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 martin.panter
Recipients martin.panter, vstinner
Date 2016-03-29.22:32:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1459290742.59.0.767774439991.issue26662@psf.upfronthosting.co.za>
In-reply-to
Content
Typeslots.inc is listed in the .hgtouch file, so you might be able to work around by running “make touch” before building.

I noticed there are other boostrap scripts that require a “python” command via various mechanisms, e.g. Python/makeopcodetargets.py is run via “#! /usr/bin/env python” by default. It would at least be nice to make everything uniform, i.e. always use a /usr/bin/env hashbang, always use $(PYTHON), or always use this smarter external Python command.
History
Date User Action Args
2016-03-29 22:32:22martin.pantersetrecipients: + martin.panter, vstinner
2016-03-29 22:32:22martin.pantersetmessageid: <1459290742.59.0.767774439991.issue26662@psf.upfronthosting.co.za>
2016-03-29 22:32:22martin.panterlinkissue26662 messages
2016-03-29 22:32:22martin.pantercreate