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, python-dev, r.david.murray
Date 2012-04-25.08:55:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <4F97BC02.9000005@egenix.com>
In-reply-to <1335316234.49.0.354343821246.issue14605@psf.upfronthosting.co.za>
Content
Brett Cannon wrote:
> 
> You can see a little discussion in http://bugs.python.org/issue14642, but it has been discussed elsewhere and the automatic rebuilding was preferred (but it is not a requirement to build as importlib.h is in hg).

An automatic rebuild is fine, but only as long as the local ./python
actually exists.

I was unaware of make rule, so did not run make to check things before
the checkin. As a result, the bootstrap module received a more recent
timestamp than importlib.h and this caused all the buildbots to
force a rebuild of importlib.h - which failed, since they didn't
have a built ./python at that stage.

I checked in a fix and added a warning to the bootstrap script.
History
Date User Action Args
2012-04-25 08:55:35lemburgsetrecipients: + lemburg, brett.cannon, ncoghlan, eric.smith, eric.araujo, Arfrever, r.david.murray, python-dev, eric.snow
2012-04-25 08:55:34lemburglinkissue14605 messages
2012-04-25 08:55:34lemburgcreate