]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-127865: Fix build failure for systems without thread local support (GH-127866)
authorvelemas <10437413+velemas@users.noreply.github.com>
Thu, 12 Dec 2024 18:07:55 +0000 (20:07 +0200)
committerGitHub <noreply@github.com>
Thu, 12 Dec 2024 18:07:55 +0000 (13:07 -0500)
commitf823910bbd4bf01ec3e1ab7b3cb1d77815138296
tree5974d03ced1e139304a92736317ec6a087cc5e9b
parentf8dcb8200626a1a06c4a26d8129257f42658a9ff
gh-127865: Fix build failure for systems without thread local support (GH-127866)

This PR fixes the build issue introduced by the commit 628f6eb from
GH-112207 on systems without thread local support.
Misc/NEWS.d/next/Build/2024-12-12-17-21-45.gh-issue-127865.30GDzs.rst [new file with mode: 0644]
Python/import.c