gh-124609: Fix _Py_ThreadId for Windows builds using MinGW#124663
gh-124609: Fix _Py_ThreadId for Windows builds using MinGW#124663colesbury merged 4 commits intopython:mainfrom
Conversation
|
(FWIW, the main branch is 3.14, not 3.13. Code goes into 3.13 via backports.) |
ZeroIntensity
left a comment
There was a problem hiding this comment.
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
|
|
…aKk8G.rst Co-authored-by: Bénédikt Tran <[email protected]>
colesbury
left a comment
There was a problem hiding this comment.
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