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 achimnol
Recipients achimnol, asvetlov, gvanrossum, yselivanov
Date 2022-02-24.07:34:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1645688089.8.0.616658480076.issue46844@roundup.psfhosted.org>
In-reply-to
Content
Ah, and this use case also requires that TaskGroup should have an option like `return_exceptions=True` which makes it not to cancel sibling tasks upon unhandled exceptions, as I suggested in PersistentTaskGroup (bpo-46843).
History
Date User Action Args
2022-02-24 07:34:49achimnolsetrecipients: + achimnol, gvanrossum, asvetlov, yselivanov
2022-02-24 07:34:49achimnolsetmessageid: <1645688089.8.0.616658480076.issue46844@roundup.psfhosted.org>
2022-02-24 07:34:49achimnollinkissue46844 messages
2022-02-24 07:34:49achimnolcreate