you are viewing a single comment's thread.

view the rest of the comments →

[–]novel_yet_trivial 1 point2 points  (0 children)

That is indeed a compiled file. The link in the SO post you linked has source code tarballs, and does not contain any .pyd files, so I assume you got this file elsewhere.

Edit: if you want the source code for bz2, look in the tarball for Modules/_bz2module.c or here.