Message370905
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. |
|
Date |
User |
Action |
Args |
2020-06-07 15:27:15 | timmwagener | set | recipients:
+ timmwagener, asvetlov, yselivanov, aeros |
2020-06-07 15:27:15 | timmwagener | set | messageid: <1591543635.08.0.898941986986.issue40894@roundup.psfhosted.org> |
2020-06-07 15:27:15 | timmwagener | link | issue40894 messages |
2020-06-07 15:27:14 | timmwagener | create | |
|