Uh oh!
There was an error while loading. Please reload this page.
gh-127865: build failure fix for systems without thread-locals support - #127866
Conversation
Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
ZeroIntensity
commented
Dec 12, 2024
I think we do need a news entry here. |
ZeroIntensity
left a comment
There was a problem hiding this comment.
LGTM, with one comment about the blurb.
Uh oh!
There was an error while loading. Please reload this page.
Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
Thanks @velemas for the PR, and @colesbury for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13. |
…upport (pythonGH-127866) This PR fixes the build issue introduced by the commit 628f6eb from pythonGH-112207 on systems without thread local support. (cherry picked from commit f823910) Co-authored-by: velemas <10437413+velemas@users.noreply.github.com>
GH-127882 is a backport of this pull request to the 3.13 branch. |
…upport (pythonGH-127866) This PR fixes the build issue introduced by the commit 628f6eb from pythonGH-112207 on systems without thread local support.
This PR fixes the build issue introduced by the commit 628f6eb from the PR #112207 on systems without thread-locals support.