bpo-39413: Implement os.unsetenv() on Windows by vstinner · Pull Request #18104 · python/cpython
The os.unsetenv() function is now also available on Windows. It is implemented with SetEnvironmentVariableW(name, NULL).
shihai1991 pushed a commit to shihai1991/cpython that referenced this pull request
This 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