]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-115957: Close coroutine if TaskGroup.create_task() raises an error (#116009)
authorJason Zhang <yurenzhang2017@gmail.com>
Wed, 6 Mar 2024 20:20:26 +0000 (20:20 +0000)
committerGitHub <noreply@github.com>
Wed, 6 Mar 2024 20:20:26 +0000 (12:20 -0800)
commitce0ae1d784871085059a415aa589d9bd16ea8301
treeec905cf72732077f8491602fb336b13aea967ae8
parent7114cf20c015b99123b32c1ba4f5475b7a6c3a13
gh-115957: Close coroutine if TaskGroup.create_task() raises an error (#116009)
Doc/library/asyncio-task.rst
Doc/whatsnew/3.13.rst
Lib/asyncio/taskgroups.py
Lib/test/test_asyncio/test_taskgroups.py
Misc/NEWS.d/next/Library/2024-03-02-11-31-49.gh-issue-115957.C-3Z_U.rst [new file with mode: 0644]