bpo-39395: putenv() and unsetenv() always available (GH-18135)
The os.putenv() and os.unsetenv() functions are now always available. On non-Windows platforms, Python now requires setenv() and unsetenv() functions to build. Remove putenv_dict from posixmodule.c: it's not longer needed.
V
Victor Stinner committed
b8d1262e8afe7b907b4a394a191739571092acdb
Parent: 161e7b3
Committed by GitHub <noreply@github.com>
on 1/24/2020, 1:05:48 PM