消息 [343633]
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:32 | vstinner | 修改 | recipients:
+ vstinner, brett.cannon, ncoghlan, eric.araujo, r.david.murray, dmalcolm, meador.inge, jankratochvil, docs@python, Kevin.Harms, RomainGeissler1A |
| 2019-05-27 14:51:32 | vstinner | 修改 | messageid: <1558968692.62.0.0878230207231.issue14956@roundup.psfhosted.org> |
| 2019-05-27 14:51:32 | vstinner | 链接 | issue14956 messages |
| 2019-05-27 14:51:32 | vstinner | 创建 | |
|