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 Arfrever, Marc.Abramowitz, Ronan.Lamy, brett.cannon, eric.snow, jcea, ncoghlan
Date 2012-11-17.02:43:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1353120217.16.0.177481452924.issue15031@psf.upfronthosting.co.za>
In-reply-to
Content
Attached is a patch that introduces _LoaderBasics.parse_bytecode_file(). It takes in basically what _bytes_from_bytecode() did plus a keyword-only boolean flag for exception suppression as that's needed to ignore stale bytecode when source is available.

I still need to write specific tests for the method, but test.test_importlib passes.
History
Date User Action Args
2012-11-17 02:43:38brett.cannonsetrecipients: + brett.cannon, jcea, ncoghlan, Arfrever, eric.snow, Marc.Abramowitz, Ronan.Lamy
2012-11-17 02:43:37brett.cannonsetmessageid: <1353120217.16.0.177481452924.issue15031@psf.upfronthosting.co.za>
2012-11-17 02:43:37brett.cannonlinkissue15031 messages
2012-11-17 02:43:36brett.cannoncreate