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 <rep...@bugs.python.org>
<http://bugs.python.org/issue23859>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to