]> 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:12:43 +0000 (05:12 -0800)
committerGitHub <noreply@github.com>
Fri, 9 Dec 2022 13:12:43 +0000 (05:12 -0800)
commit3939a4b7d95a403ee587ff5d222db53ec83bec2c
tree3f9eceb60c83d055b51bef2847b0714e9d917126
parentecb16d5d63b2299c37c321ea4d8cf6b51c626ac1
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