[issue15031] Split .pyc parsing from module loading

Brett Cannon report at bugs.python.org
Tue Dec 4 16:42:30 CET 2012


Brett Cannon added the comment:

So we have IronPython who has their own format, Jython who has their own format *and* .pyc files (which would screw with __cached__ so I assume they won't try to use both at the same time), PyPy which use .pyc files, and CPython which uses .pyc files. My motivation for exposing this publicly is quickly dwindling, although factoring it out for private use is fine.

----------

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


More information about the Python-bugs-list mailing list