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 Ronan.Lamy
Recipients Ronan.Lamy, brett.cannon, jcea
Date 2012-06-07.19:39:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1339097966.36.0.130697371894.issue15030@psf.upfronthosting.co.za>
In-reply-to
Content
2.7 doesn't have PyPycLoader. For 3.2, it's such a pain to create a working concrete subclass of PyPycLoader that I gave up. But just by reading the code, it doesn't seem affected, as there's no discrepancy with importlib._bootstrap: they both consider that metadata are the first 8 bytes (in default, _bootstrap switched to using 12 bytes).
History
Date User Action Args
2012-06-07 19:39:26Ronan.Lamysetrecipients: + Ronan.Lamy, brett.cannon, jcea
2012-06-07 19:39:26Ronan.Lamysetmessageid: <1339097966.36.0.130697371894.issue15030@psf.upfronthosting.co.za>
2012-06-07 19:39:25Ronan.Lamylinkissue15030 messages
2012-06-07 19:39:25Ronan.Lamycreate