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 r.david.murray
Recipients Arfrever, brett.cannon, eric.araujo, eric.snow, lemburg, ncoghlan, python-dev, r.david.murray
Date 2012-04-24.23:52:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1335311536.97.0.643239861429.issue14605@psf.upfronthosting.co.za>
In-reply-to
Content
Hmm.  Some at least of the buildbots have failed to build after that patch:

./python ./Python/freeze_importlib.py \
    ./Lib/importlib/_bootstrap.py Python/importlib.h
make: ./python: Command not found
make: *** [Python/importlib.h] Error 127
program finished with exit code 2

(http://www.python.org/dev/buildbot/all/builders/AMD64%20Gentoo%20Wide%203.x/builds/3771)
History
Date User Action Args
2012-04-24 23:52:17r.david.murraysetrecipients: + r.david.murray, lemburg, brett.cannon, ncoghlan, eric.araujo, Arfrever, python-dev, eric.snow
2012-04-24 23:52:16r.david.murraysetmessageid: <1335311536.97.0.643239861429.issue14605@psf.upfronthosting.co.za>
2012-04-24 23:52:16r.david.murraylinkissue14605 messages
2012-04-24 23:52:16r.david.murraycreate