]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-121621: Disable asyncio freelist in free-threaded build (#122046)
authorSam Gross <colesbury@gmail.com>
Fri, 19 Jul 2024 19:26:29 +0000 (15:26 -0400)
committerGitHub <noreply@github.com>
Fri, 19 Jul 2024 19:26:29 +0000 (15:26 -0400)
commit97248204a1cc10bd3a66ce857535d133f6bc86a1
treefbbe9fdd352b09625e7f06a9dc184bd89aa8bb9a
parente059aa6b01030310125477c3ed1da0491020fe10
gh-121621: Disable asyncio freelist in free-threaded build (#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).
Modules/_asynciomodule.c