]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-120974: Make asyncio `swap_current_task` safe in free-threaded build (#122317)
authorSam Gross <colesbury@gmail.com>
Fri, 2 Aug 2024 13:32:08 +0000 (09:32 -0400)
committerGitHub <noreply@github.com>
Fri, 2 Aug 2024 13:32:08 +0000 (19:02 +0530)
commitb5e6fb39a246bf7ee470d58632cdf588bb9d0298
tree60b36ecce3d74af6816851715609d4322ccbb2b7
parentfb864c76cd5e450e789a7b4095832e118cc49a39
gh-120974: Make asyncio `swap_current_task` safe in free-threaded build (#122317)

* gh-120974: Make asyncio `swap_current_task` safe in free-threaded build
Include/internal/pycore_dict.h
Modules/_asynciomodule.c
Objects/dictobject.c