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 lemburg
Recipients Arfrever, brett.cannon, eric.araujo, eric.smith, eric.snow, lemburg, ncoghlan, pitrou
Date 2012-04-25.17:46:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <4F98388E.2050700@egenix.com>
In-reply-to <4F982A4D.4020502@egenix.com>
Content
Marc-Andre Lemburg wrote:
> 
> Marc-Andre Lemburg <mal@egenix.com> added the comment:
> 
> Nick Coghlan wrote:
>>
>> Nick Coghlan <ncoghlan@gmail.com> added the comment:
>>
>> 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.
> 
> I fixed that already today.

See http://bugs.python.org/issue14605 and
http://hg.python.org/lookup/acfdf46b8de1 +
http://hg.python.org/cpython/rev/5fea362b92fc

> You now get a warning message from make, but no build error across
> all buildbots like I had run into yesterday when working on the code.
History
Date User Action Args
2012-04-25 17:46:58lemburgsetrecipients: + lemburg, brett.cannon, ncoghlan, pitrou, eric.smith, eric.araujo, Arfrever, eric.snow
2012-04-25 17:46:58lemburglinkissue14657 messages
2012-04-25 17:46:58lemburgcreate