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 ncoghlan
Recipients grahamd, ncoghlan
Date 2014-08-17.12:18:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1408277920.46.0.939211721937.issue22213@psf.upfronthosting.co.za>
In-reply-to
Content
Graham pointed out that setting PYTHONHOME ends up triggering the same control flow through getpath.c as calling Py_SetPythonHome, so this can be tested just with pyvenv and a suitably configured environment.

It may still be a little tricky though, since we normally run the pyvenv tests in isolated mode to avoid spurious failures due to bad environment settings...
History
Date User Action Args
2014-08-17 12:18:40ncoghlansetrecipients: + ncoghlan, grahamd
2014-08-17 12:18:40ncoghlansetmessageid: <1408277920.46.0.939211721937.issue22213@psf.upfronthosting.co.za>
2014-08-17 12:18:40ncoghlanlinkissue22213 messages
2014-08-17 12:18:40ncoghlancreate