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 timmwagener
Recipients aeros, asvetlov, timmwagener, yselivanov
Date 2020-06-07.15:27:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1591543635.08.0.898941986986.issue40894@roundup.psfhosted.org>
In-reply-to
Content
TLDR;
-----
The intention of the PR is to make a future from gather return that cancelled() is True if, and only if, cancel() has successfully been called on it (explicit user intent) and it was awaited/has finished. All other finishing is not considered explicit user intent and has the state FINISHED (with exception or result), even if the exception is a CancelledError.

As mentioned, just my interpretation based on the logic i've seen.
History
Date User Action Args
2020-06-07 15:27:15timmwagenersetrecipients: + timmwagener, asvetlov, yselivanov, aeros
2020-06-07 15:27:15timmwagenersetmessageid: <1591543635.08.0.898941986986.issue40894@roundup.psfhosted.org>
2020-06-07 15:27:15timmwagenerlinkissue40894 messages
2020-06-07 15:27:14timmwagenercreate