Message415014
If the cancellation message should be kept it needs improvements anyway, the single message doesn't work well with multiple `.cancel()` calls.
I can imagine a 'CancelledError(*msgs)' and 'raise exc.drop_msg(msg)' as a function equivalent of task cancellation counter and `.cancel()` / `.uncancel()` pairing. A similar to MultiError, some sort of.
The counter is easier to understand I guess.
Both multi-message and counter require new APIs, timeout() can be adapted to any solution. |
|
| Date |
User |
Action |
Args |
| 2022-03-12 21:08:21 | asvetlov | set | recipients:
+ asvetlov, gvanrossum, njs, jab, alex.gronholm, chris.jerdonek, serhiy.storchaka, yselivanov, tinchester, iritkatriel, dreamsorcerer, ajoino |
| 2022-03-12 21:08:21 | asvetlov | set | messageid: <1647119301.16.0.0430211219302.issue46829@roundup.psfhosted.org> |
| 2022-03-12 21:08:21 | asvetlov | link | issue46829 messages |
| 2022-03-12 21:08:21 | asvetlov | create | |
|