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, dino.viehland, eric.snow, jcea, ncoghlan, pjenvey, python-dev
Date 2013-01-11.23:14:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1357946055.54.0.320462026595.issue15031@psf.upfronthosting.co.za>
In-reply-to
Content
OK, so I took Nick's suggestion of doing header verification separately from the actual compilation, but I ended up just writing the patch from scratch to see how a possible API might play out. ATM the API is as functions and private, but if I find the need/desire to make it public (or enough ask for it) I will before 3.4 comes out. Probably will know better once I rewrite py_compile/compileall to use this code.

Thanks to everyone for spending so much time talking this issue out with me.
History
Date User Action Args
2013-01-11 23:14:15brett.cannonsetrecipients: + brett.cannon, jcea, ncoghlan, pjenvey, Arfrever, dino.viehland, python-dev, eric.snow, Marc.Abramowitz, Ronan.Lamy
2013-01-11 23:14:15brett.cannonsetmessageid: <1357946055.54.0.320462026595.issue15031@psf.upfronthosting.co.za>
2013-01-11 23:14:15brett.cannonlinkissue15031 messages
2013-01-11 23:14:14brett.cannoncreate