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 meador.inge
Recipients eric.snow, meador.inge, pitrou
Date 2012-07-15.18:55:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1342378543.69.0.238492849946.issue15352@psf.upfronthosting.co.za>
In-reply-to
Content
Eric, that is a good point, but if someone forgets (like I did) or just hasn't gotten around to bumping the number yet, then the build breaks because the interpreter crashes.  I think we should always try to avoid building an interpreter that is in an inconsistent state.

Anyway, I am hitting another problem now -- _freeze_importlib is *not* idempotent.  Thus adding this rule might cause some noise in the builds because importlib.h is different when nothing has actually changed.  I am still investigating that problem.

Assuming I can fix the idempotency problem, then maybe _freeze_importlib should just be always run.
History
Date User Action Args
2012-07-15 18:55:43meador.ingesetrecipients: + meador.inge, pitrou, eric.snow
2012-07-15 18:55:43meador.ingesetmessageid: <1342378543.69.0.238492849946.issue15352@psf.upfronthosting.co.za>
2012-07-15 18:55:43meador.ingelinkissue15352 messages
2012-07-15 18:55:42meador.ingecreate