Martin Panter added the comment:

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.

----------
nosy: +martin.panter

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue26662>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to