]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] 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 09:17:29 +0000 (10:17 +0100)
committerGitHub <noreply@github.com>
Sat, 11 Nov 2023 09:17:29 +0000 (11:17 +0200)
commitcd3e2d3a6ca4bfcc8c99eb50e92a2ce0b5b1ddf6
treea30f876324a449671122a7c8065027d75d752b33
parent7b55a955bc4066c5db4c842b3d7319df487fb750
[3.11] gh-111841: Fix os.putenv() and os.unsetenv() with embedded NUL on Windows (GH-111842) (GH-111967)

(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