]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-95289: Always call uncancel() when parent cancellation is requested (#95602)
authorKumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Thu, 4 Aug 2022 13:57:44 +0000 (19:27 +0530)
committerGitHub <noreply@github.com>
Thu, 4 Aug 2022 13:57:44 +0000 (06:57 -0700)
commit2fef27589e44c91042c2598b5cad6c6ad0516d93
treef89eabbb1b1eda7fe58b7628e1fce02dfd308314
parent42b102bbf9a9ae6fae8f6710202fb7afeeac277c
GH-95289: Always call uncancel() when parent cancellation is requested (#95602)

Co-authored-by: Guido van Rossum <guido@python.org>
Lib/asyncio/taskgroups.py
Lib/test/test_asyncio/test_taskgroups.py
Misc/NEWS.d/next/Library/2022-08-03-16-52-32.gh-issue-95289.FMnHlV.rst [new file with mode: 0644]