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 vstinner
Recipients brett.cannon, jkloth, pitrou, vstinner
Date 2018-05-18.23:42:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1526686945.01.0.682650639539.issue30273@psf.upfronthosting.co.za>
In-reply-to
Content
https://github.com/python/cpython/pull/1515 has the "needs backport to 2.7" label, but I'm unable to reproduce the bug on Python 2.7:

* Python 2.7 has no "venv" module
* When I compile Python out of tree, and then use "virtualenv -p ./python VENV", I got the following error from virtualenv.py:

AssertionError: Filename /home/vstinner/prog/python/2.7/Lib/os.py does not start with any of these prefixes: ['/usr/local']

So I removed the "needs backport to 2.7" label from the PR. I'm sorry, I don't know if Python 2.7 is affected or not. In case of doubt, I prefer to not backport the change.
History
Date User Action Args
2018-05-18 23:42:25vstinnersetrecipients: + vstinner, brett.cannon, pitrou, jkloth
2018-05-18 23:42:25vstinnersetmessageid: <1526686945.01.0.682650639539.issue30273@psf.upfronthosting.co.za>
2018-05-18 23:42:24vstinnerlinkissue30273 messages
2018-05-18 23:42:24vstinnercreate