]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-102344: Reimplement winreg QueryValue / SetValue using QueryValueEx / SetValueEx...
authorMax Bachmann <oss@maxbachmann.de>
Wed, 1 Mar 2023 14:50:38 +0000 (15:50 +0100)
committerGitHub <noreply@github.com>
Wed, 1 Mar 2023 14:50:38 +0000 (14:50 +0000)
commitc1748ed59dc30ab99fe69c22bdbab54f93baa57c
treefaeffc8e2ff6ffdf9ee2a88c0b7e9ca849411a0a
parentd3d20743ee1ae7e0be17bacd278985cffa864816
gh-102344: Reimplement winreg QueryValue / SetValue using QueryValueEx / SetValueEx (GH-102345)

The newer APIs are more widely available than the old ones, and are called in a way to preserve functionality.
Misc/NEWS.d/next/Windows/2023-03-01-01-36-39.gh-issue-102344.Dgfux4.rst [new file with mode: 0644]
PC/winreg.c