➜

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.

作者 vstinner
收信人 Kevin.Harms, RomainGeissler1A, brett.cannon, dmalcolm, docs@python, eric.araujo, jankratochvil, meador.inge, ncoghlan, r.david.murray, vstinner
日期 2019-05-27.14:51:32
SpamBayes Score -1.0
Marked as misclassified 是
Message-id <1558968692.62.0.0878230207231.issue14956@roundup.psfhosted.org>
In-reply-to
内容
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).
历史
日期 用户 动作 参数
2019-05-27 14:51:32vstinner修改recipients: + vstinner, brett.cannon, ncoghlan, eric.araujo, r.david.murray, dmalcolm, meador.inge, jankratochvil, docs@python, Kevin.Harms, RomainGeissler1A
2019-05-27 14:51:32vstinner修改messageid: <1558968692.62.0.0878230207231.issue14956@roundup.psfhosted.org>
2019-05-27 14:51:32vstinner链接issue14956 messages
2019-05-27 14:51:32vstinner创建