STINNER Victor <vstin...@redhat.com> added the comment:

This issue has been fixed in 36763 by the PEP 587 which provides a new 
"Isolated Configuration" and a way to tune the Python configuration without 
impacting subprocesses. For example, the Isolated Configuration ignores 
environment variables by default.

In Python 3.7 and older, you can set Py_IgnoreEnvironmentFlag to 1 (the flag 
exists also in Python 2.7), or even set Py_IsolatedFlag to 1 (new in Python 
3.4).

----------
nosy: +vstinner
resolution:  -> fixed
stage: needs patch -> resolved
status: open -> closed

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue14956>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to