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, pitrou
Date 2012-06-08.17:14:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1339175698.51.0.0234817000048.issue15030@psf.upfronthosting.co.za>
In-reply-to
Content
Well, working on a deprecated ABC is certainly low-priority, but it seems rather bad to have 2 incompatible implementations of the .pyc format in the stdlib. If this is to stay like this, it should at least come with a strong warning that users of PyPycLoader must invent their own PEP 3147 magic tag, which opens the can of worms of supporting multiple .pyc formats within the same interpreter in the stdlib. 

It seems easier to just fix it to be compatible with the one blessed .pyc format, as was the case in 3.2.
History
Date User Action Args
2012-06-08 17:14:58Ronan.Lamysetrecipients: + Ronan.Lamy, brett.cannon, jcea, pitrou
2012-06-08 17:14:58Ronan.Lamysetmessageid: <1339175698.51.0.0234817000048.issue15030@psf.upfronthosting.co.za>
2012-06-08 17:14:57Ronan.Lamylinkissue15030 messages
2012-06-08 17:14:57Ronan.Lamycreate