Message 264727 - Python tracker

Message264727

Author JohannesEbke
Recipients JohannesEbke, gvanrossum, vstinner, yselivanov
Date 2016-05-03.14:02:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1462284174.46.0.233483858699.issue26923@psf.upfronthosting.co.za>
In-reply-to
Content
Thank you for providing the relevant documentation link.

I just noticed that it should probably be clarified that in case the outer Future is cancelled, and all children that are not already done ignore the cancellation (a.k.a. catch the CancelledError), the cancellation of the outer Future does not continue.

This is different to the behaviour of asyncio.wait_for, which always raises a CancelledError.
History
Date User Action Args
2016-05-03 14:02:54JohannesEbkesetrecipients: + JohannesEbke, gvanrossum, vstinner, yselivanov
2016-05-03 14:02:54JohannesEbkesetmessageid: <1462284174.46.0.233483858699.issue26923@psf.upfronthosting.co.za>
2016-05-03 14:02:54JohannesEbkelinkissue26923 messages
2016-05-03 14:02:54JohannesEbkecreate