Message264722
| Author | vstinner |
|---|---|
| Recipients | JohannesEbke, gvanrossum, vstinner, yselivanov |
| Date | 2016-05-03.13:44:21 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1462283061.74.0.0815977154142.issue26923@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
The doc: https://docs.python.org/dev/library/asyncio-task.html#asyncio.gather "Cancellation: if the outer Future is cancelled, all children (that have not completed yet) are also cancelled. If any child is cancelled, this is treated as if it raised CancelledError – the outer Future is not cancelled in this case. (This is to prevent the cancellation of one child to cause other children to be cancelled.)" (Sorry, I didn't read your issue yet.) |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-05-03 13:44:21 | vstinner | set | recipients: + vstinner, gvanrossum, yselivanov, JohannesEbke |
| 2016-05-03 13:44:21 | vstinner | set | messageid: <1462283061.74.0.0815977154142.issue26923@psf.upfronthosting.co.za> |
| 2016-05-03 13:44:21 | vstinner | link | issue26923 messages |
| 2016-05-03 13:44:21 | vstinner | create | |