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, georg.brandl, jcea, loewis, pitrou
Date 2012-06-27.20:12:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1340827963.92.0.298094169806.issue15030@psf.upfronthosting.co.za>
In-reply-to
Content
The patch could be updated to ignore the 12 bytes unconditionally when reading bytecode but still write out the accurate file size (when possible). That should be fully compatible within Python 3.3 no matter who generated the bytecode (PyPycLoader or import).
History
Date User Action Args
2012-06-27 20:12:44brett.cannonsetrecipients: + brett.cannon, loewis, georg.brandl, jcea, pitrou, Arfrever, Marc.Abramowitz, Ronan.Lamy
2012-06-27 20:12:43brett.cannonsetmessageid: <1340827963.92.0.298094169806.issue15030@psf.upfronthosting.co.za>
2012-06-27 20:12:43brett.cannonlinkissue15030 messages
2012-06-27 20:12:42brett.cannoncreate