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 lukasz.langa
Recipients jpe, larry, lukasz.langa, martin.panter, python-dev, rhettinger, serhiy.storchaka
Date 2016-10-05.23:29:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1475710146.31.0.673122095605.issue27286@psf.upfronthosting.co.za>
In-reply-to
Content
The magic number change in a minor release was a mistake. Let's not do that with 3.6.x releases. Since Python doesn't check if there's a corresponding .py file that can be used to rebuild the .pyc file, we shouldn't reject existing .pyc files on the basis that they *might* be broken.
History
Date User Action Args
2016-10-05 23:29:06lukasz.langasetrecipients: + lukasz.langa, rhettinger, jpe, larry, python-dev, martin.panter, serhiy.storchaka
2016-10-05 23:29:06lukasz.langasetmessageid: <1475710146.31.0.673122095605.issue27286@psf.upfronthosting.co.za>
2016-10-05 23:29:06lukasz.langalinkissue27286 messages
2016-10-05 23:29:06lukasz.langacreate