We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 159a057 commit 5b9817dCopy full SHA for 5b9817d
Doc/library/asyncio-task.rst
@@ -320,6 +320,7 @@ no new tasks may be added to the group.
320
The first time any of the tasks belonging to the group fails
321
with an exception other than :exc:`asyncio.CancelledError`,
322
the remaining tasks in the group are cancelled.
323
+No further tasks can then be added to the group.
324
At this point, if the body of the ``async with`` statement is still active
325
(i.e., :meth:`~object.__aexit__` hasn't been called yet),
326
the task directly containing the ``async with`` statement is also cancelled.
0 commit comments