[issue7361] importlib not checking bytecode length

Brett Cannon report at bugs.python.org
Sun Feb 7 23:01:37 CET 2010


Brett Cannon <brett at python.org> added the comment:

A quick check of things shows that a totally empty file, a missing timestamp, or no marshalled code triggers the use of source. I still need to check what happens when the magic number is truncated by a byte or so along with the timestamp.

Any screw-up with the marshalled code should still be an error.

----------

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


More information about the Python-bugs-list mailing list