]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-113848: Handle CancelledError subclasses in asyncio TaskGroup() and timeout()...
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 9 Jan 2024 19:41:31 +0000 (21:41 +0200)
committerGitHub <noreply@github.com>
Tue, 9 Jan 2024 19:41:31 +0000 (21:41 +0200)
commita5db6a3351b440a875a5af84a8b2447981356e34
tree1add2b8a6ef3511e9f2480d6bad8c48f5cdab768
parent5273655bea050432756098641b9fda72361bf983
gh-113848: Handle CancelledError subclasses in asyncio TaskGroup() and timeout() (GH-113850)
Lib/asyncio/taskgroups.py
Lib/asyncio/timeouts.py
Misc/NEWS.d/next/Library/2024-01-09-12-19-55.gh-issue-113848.kXoCy0.rst [new file with mode: 0644]