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 dreamsorcerer
Recipients ajoino, alex.gronholm, asvetlov, chris.jerdonek, dreamsorcerer, gvanrossum, iritkatriel, jab, njs, tinchester, yselivanov
Date 2022-02-21.00:22:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1645402971.07.0.67533515352.issue46771@roundup.psfhosted.org>
In-reply-to
Content
> Previously, when the task was cancelled twice, only one CancelledError was raised. Now it would raise a BaseExceptionGroup instead.

I was under the impression that ExceptionGroup was somewhat backwards compatible, in that you could still use `except CancelledError:` and it would catch all the errors in the group. But, maybe I'm wrong, I've not seen the documentation for the final feature yet, but that's the impression I got from the PEP.
History
Date User Action Args
2022-02-21 00:22:51dreamsorcerersetrecipients: + dreamsorcerer, gvanrossum, njs, jab, asvetlov, alex.gronholm, chris.jerdonek, yselivanov, tinchester, iritkatriel, ajoino
2022-02-21 00:22:51dreamsorcerersetmessageid: <1645402971.07.0.67533515352.issue46771@roundup.psfhosted.org>
2022-02-21 00:22:51dreamsorcererlinkissue46771 messages
2022-02-21 00:22:51dreamsorcerercreate