-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
gh-124609: Fix _Py_ThreadId for Windows builds using MinGW #124663
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
(FWIW, the main branch is 3.14, not 3.13. Code goes into 3.13 via backports.) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this looks fine, there's nothing that concerns me here.
Thanks @ZeroIntensity. Do I need to submit another PR into a 3.13 branch, or will that happen after this is merged? |
The bot will create a 3.13 PR automatically :) |
I forgot, this needs a NEWS entry.
Sorry, this needs a blurb entry, I didn't see that in my initial review. Could you add one? |
a8325c0
to
8232f7d
Compare
|
Misc/NEWS.d/next/Windows/2024-09-27-13-40-25.gh-issue-124609.WaKk8G.rst
Outdated
Show resolved
Hide resolved
…aKk8G.rst Co-authored-by: Bénédikt Tran <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for fixing this Tony
Thanks @tonyroberts for the PR, and @colesbury for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13. |
…honGH-124663) (cherry picked from commit 0881e2d) Co-authored-by: Tony Roberts <[email protected]>
GH-124698 is a backport of this pull request to the 3.13 branch. |
Fixes #124609