There was an error while loading. Please reload this page.
1 parent b3ddde4 commit 26d9b25Copy full SHA for 26d9b25
1 file changed
Doc/library/asyncio-task.rst
@@ -356,7 +356,7 @@ and reliable way to wait for all tasks in the group to finish.
356
The signature matches that of :func:`asyncio.create_task`.
357
If the task group is inactive (e.g. not yet entered,
358
already finished, or in the process of shutting down),
359
- we will close the given ``coro``.
+ we will close the given ``coro`` and raise :exc:`RuntimeError`.
360
361
.. versionchanged:: 3.13
362
0 commit comments