]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-117881: fix athrow().throw()/asend().throw() concurrent access (GH-117882)
authorThomas Grainger <tagrain@gmail.com>
Wed, 1 May 2024 06:44:01 +0000 (07:44 +0100)
committerGitHub <noreply@github.com>
Wed, 1 May 2024 06:44:01 +0000 (08:44 +0200)
commitfc7e1aa3c001bbce25973261fba457035719a559
tree95b1780a0a50b79cfb748123668b4adffacad04c
parent2520eed0a529be3815f70c43e1a5006deeee5596
GH-117881: fix athrow().throw()/asend().throw() concurrent access (GH-117882)
Lib/test/test_asyncgen.py
Misc/NEWS.d/next/Core and Builtins/2024-04-15-07-37-09.gh-issue-117881.07H0wI.rst [new file with mode: 0644]
Objects/genobject.c