[issue46273] Document what asyncio.wait() and asyncio.as_completed() do if canceled.
Jan. 5, 2022
8:07 p.m.
New submission from Mikhail Terekhov <termim@gmail.com>: It is not clear from documentation what happens with awaitable objects when these are canceled. ---------- assignee: docs@python components: Documentation, asyncio messages: 409801 nosy: asvetlov, docs@python, termim, yselivanov priority: normal severity: normal status: open title: Document what asyncio.wait() and asyncio.as_completed() do if canceled. versions: Python 3.10, Python 3.11, Python 3.8, Python 3.9 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue46273> _______________________________________
1659
Age (days ago)
1659
Last active (days ago)
0 comments
1 participants
participants (1)
-
Mikhail Terekhov