Brett Cannon <br...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue15030>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to