-
-
Notifications
You must be signed in to change notification settings - Fork 34.4k
Build failure without thread local support #127865
Copy link
Copy link
Closed
Labels
OS-unsupportedbuildThe build process and cross-buildThe build process and cross-buildinterpreter-core(Objects, Python, Grammar, and Parser dirs)(Objects, Python, Grammar, and Parser dirs)type-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Metadata
Metadata
Assignees
Labels
OS-unsupportedbuildThe build process and cross-buildThe build process and cross-buildinterpreter-core(Objects, Python, Grammar, and Parser dirs)(Objects, Python, Grammar, and Parser dirs)type-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Projects
Status
Done
Bug report
Bug description:
When building environments without thread local support, this build failure occurs:
The issue is caused by incomplete change introduced with the commit 628f6eb from the PR #112207.
CPython versions tested on:
3.13
Operating systems tested on:
Other
Linked PRs