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 ronaldoussoren
Recipients ned.deily, ronaldoussoren, tdsmith, vinay.sajip
Date 2014-11-10.09:45:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1415612731.04.0.437985423457.issue22490@psf.upfronthosting.co.za>
In-reply-to
Content
The environment variable itself cannot be removed from CPython, it is necessary to implement the correct behavior of pyvenv with framework builds of Python.

That said, I do think that the environment variable should be unset as soon as possible in the CPython startup code to avoid accidentally affecting other interpreters.
History
Date User Action Args
2014-11-10 09:45:31ronaldoussorensetrecipients: + ronaldoussoren, vinay.sajip, ned.deily, tdsmith
2014-11-10 09:45:31ronaldoussorensetmessageid: <1415612731.04.0.437985423457.issue22490@psf.upfronthosting.co.za>
2014-11-10 09:45:31ronaldoussorenlinkissue22490 messages
2014-11-10 09:45:30ronaldoussorencreate