[issue22100] Use $HOSTPYTHON when determining candidate interpreter for $PYTHON_FOR_BUILD.

Shiz report at bugs.python.org
Thu Jul 31 17:53:56 CEST 2014


Shiz added the comment:

After some further investigation it seems the which-clause fails when given a relative path. Since we should expect $HOSTPYTHON to be present in the first place, I modified the patch a bit to special-case the $HOSTPYTHON check, and fall back on the other interpreters as checked before.

----------
Added file: http://bugs.python.org/file36181/Python-hg-723e0a7c4914-fix-PYTHON_FOR_BUILD-detection-v2.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22100>
_______________________________________


More information about the Python-bugs-list mailing list