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.

Author vstinner
Recipients gvanrossum, vstinner, yselivanov
Date 2015-04-03.15:13:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1428073997.46.0.438809738394.issue23859@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2015-04-03 15:13:17vstinnersetrecipients: + vstinner, gvanrossum, yselivanov
2015-04-03 15:13:17vstinnersetmessageid: <1428073997.46.0.438809738394.issue23859@psf.upfronthosting.co.za>
2015-04-03 15:13:17vstinnerlinkissue23859 messages
2015-04-03 15:13:17vstinnercreate