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 tzongw
Recipients asvetlov, tzongw, yselivanov
Date 2018-08-19.13:13:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1534684420.56.0.56676864532.issue34433@psf.upfronthosting.co.za>
In-reply-to
Content
In `tasks.gather`, when a child future throws an exception and `return_exceptions` is False, outer future will call `set_exception` while other child futures is still running. In this case, outer future call `_GatheringFuture.cancel' first to cancel all other pending child futures for efficiency.
History
Date User Action Args
2018-08-19 13:13:40tzongwsetrecipients: + tzongw, asvetlov, yselivanov
2018-08-19 13:13:40tzongwsetmessageid: <1534684420.56.0.56676864532.issue34433@psf.upfronthosting.co.za>
2018-08-19 13:13:40tzongwlinkissue34433 messages
2018-08-19 13:13:40tzongwcreate