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

Brett Cannon report at bugs.python.org
Wed Feb 26 16:10:39 CET 2014


Brett Cannon added the comment:

Probably want to make sure that modulefinder uses importlib._bootstrap._validate_bytecode_header() to do the parsing.

----------

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


More information about the Python-bugs-list mailing list