]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-108951: add TaskGroup.cancel() (#127214)
authorJohn Belmonte <john@neggie.net>
Fri, 24 Apr 2026 18:22:05 +0000 (11:22 -0700)
committerGitHub <noreply@github.com>
Fri, 24 Apr 2026 18:22:05 +0000 (11:22 -0700)
commit95559d2a7e0071342dff33dcf58f71a14d291163
tree16aa9a600ae9db5baa92637da0fdd87494fa9485
parent665b7dfcfa240e02760f58bed5ca29ec01d028e6
gh-108951: add TaskGroup.cancel() (#127214)

Fixes #108951

Co-authored-by: sobolevn <mail@sobolevn.me>
Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com>
Co-authored-by: Guido van Rossum <guido@python.org>
Doc/library/asyncio-task.rst
Doc/tools/removed-ids.txt
Lib/asyncio/taskgroups.py
Lib/test/test_asyncio/test_taskgroups.py
Misc/NEWS.d/next/Library/2024-11-24-07-18-40.gh-issue-108951.jyKygP.rst [new file with mode: 0644]