This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author brett.cannon
Recipients Ronan.Lamy, brett.cannon, jcea, pitrou
Date 2012-06-08.02:57:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1339124231.16.0.180208868704.issue15030@psf.upfronthosting.co.za>
In-reply-to
Content
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().
History
Date User Action Args
2012-06-08 02:57:11brett.cannonsetrecipients: + brett.cannon, jcea, pitrou, Ronan.Lamy
2012-06-08 02:57:11brett.cannonsetmessageid: <1339124231.16.0.180208868704.issue15030@psf.upfronthosting.co.za>
2012-06-08 02:57:10brett.cannonlinkissue15030 messages
2012-06-08 02:57:09brett.cannoncreate