]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-120974: Make asyncio `swap_current_task` safe in free-threaded build (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 2 Aug 2024 13:58:24 +0000 (15:58 +0200)
committerGitHub <noreply@github.com>
Fri, 2 Aug 2024 13:58:24 +0000 (13:58 +0000)
commitc1efeb32345e93d423665e91a61ce34a482e0271
treef7380efe6e1324995fbb602cd423c5349ce1ad17
parent56435a88c4ffc4ea81b086c2c20b29197e19182e
[3.13] gh-120974: Make asyncio `swap_current_task` safe in free-threaded build (GH-122317) (#122612)

gh-120974: Make asyncio `swap_current_task` safe in free-threaded build (GH-122317)

* gh-120974: Make asyncio `swap_current_task` safe in free-threaded build
(cherry picked from commit b5e6fb39a246bf7ee470d58632cdf588bb9d0298)

Co-authored-by: Sam Gross <colesbury@gmail.com>
Include/internal/pycore_dict.h
Modules/_asynciomodule.c
Objects/dictobject.c