]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] GH-117881: fix athrow().throw()/asend().throw() concurrent access (GH-117882...
authorThomas Grainger <tagrain@gmail.com>
Thu, 2 May 2024 08:23:25 +0000 (09:23 +0100)
committerGitHub <noreply@github.com>
Thu, 2 May 2024 08:23:25 +0000 (10:23 +0200)
commitc48e0ef7dd13457799e7586f64682da672663c70
treea852e2fd24d7de1f977c35b5c3e57ff12884b0e0
parent29be35c0ab9495d75e283c15335eafe1b5e20fa8
[3.12] GH-117881: fix athrow().throw()/asend().throw() concurrent access (GH-117882) (#118458)

GH-117881: fix athrow().throw()/asend().throw() concurrent access (GH-117882)

(cherry picked from commit fc7e1aa3c001bbce25973261fba457035719a559)
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