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 ncoghlan
Recipients Arfrever, brett.cannon, eric.araujo, eric.smith, eric.snow, lemburg, ncoghlan, pitrou
Date 2012-04-25.16:02:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1335369747.82.0.825944228714.issue14657@psf.upfronthosting.co.za>
In-reply-to
Content
At the very least, failing to regenerate importlib.h shouldn't be a fatal build error. It should just run with what its got, and hopefully you will get a working interpreter out the other end, such that you can regenerate the frozen module on the next pass.

If we change that, then I'm OK with keeping the automatic rebuild.
History
Date User Action Args
2012-04-25 16:02:27ncoghlansetrecipients: + ncoghlan, lemburg, brett.cannon, pitrou, eric.smith, eric.araujo, Arfrever, eric.snow
2012-04-25 16:02:27ncoghlansetmessageid: <1335369747.82.0.825944228714.issue14657@psf.upfronthosting.co.za>
2012-04-25 16:02:27ncoghlanlinkissue14657 messages
2012-04-25 16:02:27ncoghlancreate