[issue15030] PyPycLoader can't read cached .pyc files

Brett Cannon report at bugs.python.org
Fri Jun 8 04:57:11 CEST 2012


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

The format did change and importlib.abc.PyPycLoader was not subsequently updated. Problem is that the ABC has been deprecated and given backwards-compatibility instructions for Python 3.1, so I don't know if it should be considered a priority to fix this to read .pyc files created by other loaders instead of just the .pyc files it creates on its own when it implements write_bytecode().

----------
nosy: +pitrou

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


More information about the Python-bugs-list mailing list