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 shiz
Recipients doko, rpetrov, shiz
Date 2014-07-31.15:53:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1406822036.57.0.8106931163.issue22100@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2014-07-31 15:53:56shizsetrecipients: + shiz, doko, rpetrov
2014-07-31 15:53:56shizsetmessageid: <1406822036.57.0.8106931163.issue22100@psf.upfronthosting.co.za>
2014-07-31 15:53:56shizlinkissue22100 messages
2014-07-31 15:53:56shizcreate