bpo-39395: os.putenv() is now always available by vstinner · Pull Request #18135 · python/cpython

@vstinner

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, 2020
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.