bpo-39395: os.putenv() is now always available by vstinner · Pull Request #18135 · python/cpython
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.
shihai1991 pushed a commit to shihai1991/cpython that referenced this pull request
Jan 31, 2020This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters