]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-111841: Fix os.putenv() and os.unsetenv() with embedded NUL on Windows...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 11 Nov 2023 08:02:08 +0000 (09:02 +0100)
committerGitHub <noreply@github.com>
Sat, 11 Nov 2023 08:02:08 +0000 (08:02 +0000)
commit3bd8b743305f0d788302df3ff08c2bb7eb0dd297
treec4c93dd39729a413ef3a4517144696a5e8f62fce
parent2c6000cba496ed572a682a41ba20a1b58534c45a
[3.12] gh-111841: Fix os.putenv() and os.unsetenv() with embedded NUL on Windows (GH-111842) (GH-111966)

(cherry picked from commit 0b06d2482d77e02c5d40e221f6046c9c355458b2)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
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