[issue15031] Split .pyc parsing from module loading

Nick Coghlan report at bugs.python.org
Mon Nov 19 00:49:53 CET 2012


Nick Coghlan added the comment:

I thought about that, but decided that being able to hook the compilation
step and the reading from the cache step without overriding get code
completely is a separate design problem from providing a public API for
reading the bytecode container format.

----------

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


More information about the Python-bugs-list mailing list