Skip to content

[3.13] gh-121621: Disable asyncio freelist in free-threaded build (GH-122046) - #122048

Merged
colesbury merged 1 commit into
python:3.13from
colesbury:backport-9724820-3.13
Jul 19, 2024
Merged

[3.13] gh-121621: Disable asyncio freelist in free-threaded build (GH-122046)#122048
colesbury merged 1 commit into
python:3.13from
colesbury:backport-9724820-3.13

Conversation

@colesbury

@colesburycolesbury commented Jul 19, 2024

Copy link
Copy Markdown
Contributor

The futureobj freelist isn't thread-safe. We intend to re-enable the freelist in a thread-safe way for 3.14 (but not 3.13). (cherry picked from commit 9724820)

…ld (pythonGH-122046)
The futureobj freelist isn't thread-safe. We intend to re-enable the
freelist in a thread-safe way for 3.14 (but not 3.13).
(cherry picked from commit 9724820)
Co-authored-by: Sam Gross <colesbury@gmail.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@colesbury