]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-111841: Fix os.putenv() and os.unsetenv() with embedded NUL on Windows (GH-111842)
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 10 Nov 2023 16:42:14 +0000 (18:42 +0200)
committerGitHub <noreply@github.com>
Fri, 10 Nov 2023 16:42:14 +0000 (18:42 +0200)
commit0b06d2482d77e02c5d40e221f6046c9c355458b2
tree5401420104942e6729d7e9ea93bc89c9fd646ed9
parent2e7f0700800c0337a0b1b9471fcef410e3158250
gh-111841: Fix os.putenv() and os.unsetenv() with embedded NUL on Windows (GH-111842)
Lib/test/test_os.py
Lib/test/test_posix.py
Misc/NEWS.d/next/Library/2023-11-08-11-50-49.gh-issue-111841.iSqdQf.rst [new file with mode: 0644]
Modules/posixmodule.c