]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-108951: Document how to terminate an asyncio.TaskGroup (#123837)
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Wed, 11 Sep 2024 15:43:24 +0000 (17:43 +0200)
committerGitHub <noreply@github.com>
Wed, 11 Sep 2024 15:43:24 +0000 (08:43 -0700)
commitef05801ba0cbf090034df17e2a0420fb42c2d538
treecfa9b33ac8631f7179376b4b2070403c9e3874b4
parent5436d8b9c397c48d9b0d5f9d4ad5e1d5a5d500f6
gh-108951: Document how to terminate an asyncio.TaskGroup (#123837)

We don't want to add another API, since the recipe is straightforward and rarely needed.

The advantage is that we could backport this to the earliest Python version that has taskgroups (3.11, alas in security mode already, so we'll just do 3.12 and 3.13).
Doc/library/asyncio-task.rst