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 vstinner
Recipients Mark.Shannon, brett.cannon, gvanrossum, python-dev, rhettinger, serhiy.storchaka, vstinner
Date 2016-01-18.17:08:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwZT1UG+Lf9LhE83Fw8rFwGbpu24-UAbEzc49V=+7eb=OQ@mail.gmail.com>
In-reply-to <1453136480.23.0.380535778841.issue26107@psf.upfronthosting.co.za>
Content
Brett Cannon added the comment:
> 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.

Since my patch may break setup of multiple python developers, it can
be worth to increase this number, ok :-)
History
Date User Action Args
2016-01-18 17:08:23vstinnersetrecipients: + vstinner, gvanrossum, brett.cannon, rhettinger, Mark.Shannon, python-dev, serhiy.storchaka
2016-01-18 17:08:23vstinnerlinkissue26107 messages
2016-01-18 17:08:23vstinnercreate