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 asvetlov
Recipients ajoino, alex.gronholm, asvetlov, chris.jerdonek, gvanrossum, iritkatriel, jab, njs, tinchester, yselivanov
Date 2022-02-17.15:21:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
I support Alex Grönholm: TaskGroup is not affected by cancellation races because it doesn't convert the exception or swallows it.
The code is safe from my understanding.
History
Date User Action Args
2022-02-17 15:21:17asvetlovsetrecipients: + asvetlov, gvanrossum, njs, jab, alex.gronholm, chris.jerdonek, yselivanov, tinchester, iritkatriel, ajoino
2022-02-17 15:21:17asvetlovsetmessageid: <[email protected]>
2022-02-17 15:21:17asvetlovlinkissue46771 messages
2022-02-17 15:21:17asvetlovcreate