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 serhiy.storchaka
Recipients ajoino, alex.gronholm, asvetlov, chris.jerdonek, dreamsorcerer, gvanrossum, iritkatriel, jab, njs, serhiy.storchaka, tinchester, yselivanov
Date 2022-02-22.22:49:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1645570181.97.0.513986009384.issue46829@roundup.psfhosted.org>
In-reply-to
Content
What about `CancelledError(*msg_list)` or `CancelledError(*reversed(msg_list))`? It is backward compatible and all messages are uniformely represented.
History
Date User Action Args
2022-02-22 22:49:42serhiy.storchakasetrecipients: + serhiy.storchaka, gvanrossum, njs, jab, asvetlov, alex.gronholm, chris.jerdonek, yselivanov, tinchester, iritkatriel, dreamsorcerer, ajoino
2022-02-22 22:49:41serhiy.storchakasetmessageid: <1645570181.97.0.513986009384.issue46829@roundup.psfhosted.org>
2022-02-22 22:49:41serhiy.storchakalinkissue46829 messages
2022-02-22 22:49:41serhiy.storchakacreate