]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-127865: Fix build failure for systems without thread local support (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 12 Dec 2024 18:32:10 +0000 (19:32 +0100)
committerGitHub <noreply@github.com>
Thu, 12 Dec 2024 18:32:10 +0000 (18:32 +0000)
commitf21b38c1a28ed22caa10ceab7ebaf43a785d0efd
tree421ee84fa82578c7eb93f1d6d2f1cd7250745cc5
parentd51c1444e36e2cfdb33087f165819a7cd6774a9e
[3.13] gh-127865: Fix build failure for systems without thread local 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 f823910bbd4bf01ec3e1ab7b3cb1d77815138296)

Co-authored-by: velemas <10437413+velemas@users.noreply.github.com>
Misc/NEWS.d/next/Build/2024-12-12-17-21-45.gh-issue-127865.30GDzs.rst [new file with mode: 0644]
Python/import.c