[issue39413] Implement os.unsetenv() on Windows

STINNER Victor report at bugs.python.org
Tue Jan 21 13:31:10 EST 2020


STINNER Victor <vstinner at python.org> added the comment:

PR 18107 still fix this issue (add os.unsetenv() to Python 3.9 on Windows), but fix the implementation (use _wputenv() rather than SetEnvironmentVariableW(), to update the CRT).

----------

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


More information about the Python-bugs-list mailing list