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
Date 2012-12-04.15:42:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1354635750.25.0.675180743931.issue15031@psf.upfronthosting.co.za>
In-reply-to
Content
So we have IronPython who has their own format, Jython who has their own format *and* .pyc files (which would screw with __cached__ so I assume they won't try to use both at the same time), PyPy which use .pyc files, and CPython which uses .pyc files. My motivation for exposing this publicly is quickly dwindling, although factoring it out for private use is fine.
History
Date User Action Args
2012-12-04 15:42:30brett.cannonsetrecipients: + brett.cannon, jcea, ncoghlan, pjenvey, Arfrever, dino.viehland, eric.snow, Marc.Abramowitz, Ronan.Lamy
2012-12-04 15:42:30brett.cannonsetmessageid: <1354635750.25.0.675180743931.issue15031@psf.upfronthosting.co.za>
2012-12-04 15:42:30brett.cannonlinkissue15031 messages
2012-12-04 15:42:30brett.cannoncreate