]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43984: Allow winreg.SetValueEx to set -1 without treating it as an error (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 9 Dec 2022 13:17:25 +0000 (05:17 -0800)
committerGitHub <noreply@github.com>
Fri, 9 Dec 2022 13:17:25 +0000 (05:17 -0800)
commit580165d01c579c781c9ba0327f6ff7457201cea8
tree01e7326a869a173f449d1cf585cb887c1d0131e0
parent8ef604518745989a3991a37f58368d2ce3c27d84
bpo-43984: Allow winreg.SetValueEx to set -1 without treating it as an error (GH-25775)

(cherry picked from commit a29a7b9b786d6b928c4bb4e6e683a3788e3ab1c1)

Co-authored-by: Shreyan Avigyan <shreyan.avigyan@gmail.com>
Lib/test/test_winreg.py
Misc/NEWS.d/next/Windows/2021-05-02-15-29-33.bpo-43984.U92jiv.rst [new file with mode: 0644]
PC/winreg.c