[issue20778] ModuleFinder.load_module skips incorrect number of bytes in pyc files

Thomas Kluyver report at bugs.python.org
Fri Mar 28 03:11:54 CET 2014


Thomas Kluyver added the comment:

For future reference, cx_Freeze ships its own copy of ModuleFinder, so it doesn't depend on the stdlib copy. This issue was fixed there some time around the release of Python 3.3.

I realised recently that this is based on code in the stdlib, and I've been meaning to work out whether cx_Freeze can use any of the stdlib code and lose parts of its own implementation. I guess it's been diverging for quite some time, though.

----------
nosy: +takluyver

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20778>
_______________________________________


More information about the Python-bugs-list mailing list