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 chris.jerdonek, gvanrossum, vstinner, yselivanov
Date 2018-05-30.10:06:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1527674780.46.0.682650639539.issue23859@psf.upfronthosting.co.za>
In-reply-to
Content
Thank you Elvis for the documentation! Cancellation is one of the most complex part of asynchronous programming, and I don't think that asyncio documentation explains it properly. We may document the behaviour on cancellation for most task functions.

https://docs.python.org/dev/library/asyncio-task.html#task-functions

as_completed() behaviour on cancellation is not documented for example.

The wait() documentation should be backported to 3.6 as well.
History
Date User Action Args
2018-05-30 10:06:20vstinnersetrecipients: + vstinner, gvanrossum, chris.jerdonek, yselivanov
2018-05-30 10:06:20vstinnersetmessageid: <1527674780.46.0.682650639539.issue23859@psf.upfronthosting.co.za>
2018-05-30 10:06:20vstinnerlinkissue23859 messages
2018-05-30 10:06:20vstinnercreate