[issue39376] Avoid modifying the process global environment (not thread safe)

Eric Snow report at bugs.python.org
Fri Jan 17 20:33:02 EST 2020


Eric Snow <ericsnowcurrently at gmail.com> added the comment:

+1

This has impact on subinterpreters once they stop sharing the GIL.  (It's already on my list of global resources that need better protection.)

----------
nosy: +eric.snow

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue39376>
_______________________________________


More information about the Python-bugs-list mailing list