-
-
Notifications
You must be signed in to change notification settings - Fork 31.6k
bpo-35890: Use RegQueryInfoKeyW and CryptAcquireContextW for consistency #19974
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
c7f752a
to
5cb575f
Compare
Thanks @gongminmin for the PR, and @zooba for merging it 🌮🎉.. I'm working now to backport this PR to: 3.7, 3.8. |
…ythonGH-19974) (cherry picked from commit 98e42d1) Co-authored-by: Minmin Gong <gongminmin@msn.com>
GH-20189 is a backport of this pull request to the 3.8 branch. |
Sorry, @gongminmin and @zooba, I could not cleanly backport this to |
Thanks @gongminmin for the PR, and @zooba for merging it 🌮🎉.. I'm working now to backport this PR to: 3.7. |
Sorry @gongminmin and @zooba, I had trouble checking out the |
GH-20190 is a backport of this pull request to the 3.7 branch. |
…H-19974) Co-authored-by: Minmin Gong <gongminmin@msn.com>
Explicitly use the wide version RegQueryInfoKeyW and CryptAcquireContextW. It consistent with most Win32 API calls in the code base.
https://bugs.python.org/issue35890