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 loewis
Recipients Arfrever, eric.araujo, eric.snow, loewis, ncoghlan, pitrou
Date 2012-04-26.19:11:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1335467498.06.0.15037041853.issue14673@psf.upfronthosting.co.za>
In-reply-to
Content
If the main motivation for this is that importlib can use it, I fail to see the point to make it cross-implementation. Other implementations of Python may not use byte code files at all, or use different byte code syntaxes, or not use the marshal module to load byte code. So the part of importlib that deals with cached .pyc files will be specific to CPython, anyway - why make it a cross-implementation attribute?
History
Date User Action Args
2012-04-26 19:11:38loewissetrecipients: + loewis, ncoghlan, pitrou, eric.araujo, Arfrever, eric.snow
2012-04-26 19:11:38loewissetmessageid: <1335467498.06.0.15037041853.issue14673@psf.upfronthosting.co.za>
2012-04-26 19:11:37loewislinkissue14673 messages
2012-04-26 19:11:37loewiscreate