-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
bpo-40150: Fix mismatched argument in RegisterWaitForSingleObject() call #19686
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
bpo-40150: Fix mismatched argument in RegisterWaitForSingleObject() call #19686
Conversation
I believe this is a "skip news" PR. |
Thanks @ZackerySpytz for the PR, and @serhiy-storchaka for merging it 🌮🎉.. I'm working now to backport this PR to: 3.8, 3.9. |
…all (pythonGH-19686) (cherry picked from commit af4eda4) Co-authored-by: Zackery Spytz <zspytz@gmail.com>
GH-21493 is a backport of this pull request to the 3.9 branch. |
…all (pythonGH-19686) (cherry picked from commit af4eda4) Co-authored-by: Zackery Spytz <zspytz@gmail.com>
GH-21494 is a backport of this pull request to the 3.8 branch. |
|
https://bugs.python.org/issue40150