Skip to content

gh-127865: build failure fix for systems without thread-locals support - #127866

Merged
colesbury merged 2 commits into
python:mainfrom
velemas:bugfix_127865
Dec 12, 2024
Merged

gh-127865: build failure fix for systems without thread-locals support#127866
colesbury merged 2 commits into
python:mainfrom
velemas:bugfix_127865

Conversation

@velemas

@velemasvelemas commented Dec 12, 2024

Copy link
Copy Markdown
Contributor

This PR fixes the build issue introduced by the commit 628f6eb from the PR #112207 on systems without thread-locals support.

@ghost

ghost commented Dec 12, 2024

Copy link
Copy Markdown

All commit authors signed the Contributor License Agreement.
CLA signed

@bedevere-app

Copy link
Copy Markdown

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 skip news label instead.

@ZeroIntensity

Copy link
Copy Markdown
Member

I think we do need a news entry here.

@ZeroIntensityZeroIntensity added the needs backport to 3.13 bugs and security fixes label Dec 12, 2024

@ZeroIntensityZeroIntensity left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, with one comment about the blurb.

Comment threadMisc/NEWS.d/next/Build/2024-12-12-14-46-19.gh-issue-127865.hruu1j.rst Outdated
@bedevere-app

Copy link
Copy Markdown

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 skip news label instead.

@miss-islington-app

Copy link
Copy Markdown

Thanks @velemas for the PR, and @colesbury for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Dec 12, 2024
…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>
@bedevere-app

Copy link
Copy Markdown

GH-127882 is a backport of this pull request to the 3.13 branch.

@bedevere-appbedevere-appBot removed the needs backport to 3.13 bugs and security fixes label Dec 12, 2024
colesbury pushed a commit that referenced this pull request Dec 12, 2024
…support (GH-127866) (GH-127882)
This PR fixes the build issue introduced by the commit 628f6eb from
GH-112207 on systems without thread local support.
(cherry picked from commit f823910)
Co-authored-by: velemas <10437413+velemas@users.noreply.github.com>
@velemas
velemas deleted the bugfix_127865 branch December 12, 2024 18:44
srinivasreddy pushed a commit to srinivasreddy/cpython that referenced this pull request Jan 8, 2025
…upport (pythonGH-127866)
This PR fixes the build issue introduced by the commit 628f6eb from
pythonGH-112207 on systems without thread local support.
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@velemas@ZeroIntensity@colesbury