[New-bugs-announce] [issue23859] asyncio: document behaviour of wait() cancellation

STINNER Victor report at bugs.python.org
Fri Apr 3 17:13:17 CEST 2015


New submission from STINNER Victor:

When wait(fs) is cancelled, futures of fs are not cancelled. This behaviour is not documented. It should be documented, and a warning should be added to the Cancellation section:
https://docs.python.org/dev/library/asyncio-dev.html#cancellation

See my message "Cancellation of asyncio.wait()":
https://mail.google.com/mail/u/0/#label/Tulip/14b34f0a5d31114f

----------
components: asyncio
messages: 240001
nosy: gvanrossum, haypo, yselivanov
priority: normal
severity: normal
status: open
title: asyncio: document behaviour of wait() cancellation
versions: Python 3.4, Python 3.5

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23859>
_______________________________________


More information about the New-bugs-announce mailing list