This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Document what asyncio.wait() and asyncio.as_completed() do if canceled.
Type: Stage:
Components: asyncio, Documentation Versions: Python 3.11, Python 3.10, Python 3.9, Python 3.8
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: docs@python Nosy List: asvetlov, docs@python, termim, yselivanov
Priority: normal Keywords:

Created on 2022-01-05 20:07 by termim, last changed 2022-04-11 14:59 by admin.

Messages (1)
msg409801 - (view) Author: Mikhail Terekhov (termim) * Date: 2022-01-05 20:07
It is not clear from documentation what happens with awaitable objects when these are canceled.
History
Date User Action Args
2022-04-11 14:59:54adminsetgithub: 90431
2022-01-05 20:07:21termimcreate