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 Mark.Shannon, brett.cannon, gvanrossum, python-dev, rhettinger, serhiy.storchaka, vstinner
Date 2016-01-18.17:01:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1453136480.23.0.380535778841.issue26107@psf.upfronthosting.co.za>
In-reply-to
Content
I just wanted to comment on "don't change importlib MAGIC: we only change it between Python minor versions": that's actually not true. Feel free to up the number whenever you make a change that affects eval.c or bytecode. Otherwise .pyc files won't be regenerated. And that number is cheap anyway and isn't about to run out, so don't worry about updating it multiple times before the code sees a public release.
History
Date User Action Args
2016-01-18 17:01:20brett.cannonsetrecipients: + brett.cannon, gvanrossum, rhettinger, vstinner, Mark.Shannon, python-dev, serhiy.storchaka
2016-01-18 17:01:20brett.cannonsetmessageid: <1453136480.23.0.380535778841.issue26107@psf.upfronthosting.co.za>
2016-01-18 17:01:20brett.cannonlinkissue26107 messages
2016-01-18 17:01:20brett.cannoncreate