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 Kevin.Harms, RomainGeissler1A, brett.cannon, dmalcolm, docs@python, eric.araujo, jankratochvil, meador.inge, ncoghlan, r.david.murray, vstinner
Date 2019-05-27.14:51:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1558968692.62.0.0878230207231.issue14956@roundup.psfhosted.org>
In-reply-to
Content
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).
History
Date User Action Args
2019-05-27 14:51:32vstinnersetrecipients: + vstinner, brett.cannon, ncoghlan, eric.araujo, r.david.murray, dmalcolm, meador.inge, jankratochvil, docs@python, Kevin.Harms, RomainGeissler1A
2019-05-27 14:51:32vstinnersetmessageid: <1558968692.62.0.0878230207231.issue14956@roundup.psfhosted.org>
2019-05-27 14:51:32vstinnerlinkissue14956 messages
2019-05-27 14:51:32vstinnercreate