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 iritkatriel
Recipients gvanrossum, iritkatriel, yselivanov
Date 2021-12-22.18:42:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1640198521.38.0.169703954813.issue46155@roundup.psfhosted.org>
In-reply-to
Content
Currently ExceptionGroup inherits __new__ from BaseExceptionGroup, it should have its own __new__ implementation which raises a TypeError if any contained exception is not an Exception subclass.
History
Date User Action Args
2021-12-22 18:42:01iritkatrielsetrecipients: + iritkatriel, gvanrossum, yselivanov
2021-12-22 18:42:01iritkatrielsetmessageid: <1640198521.38.0.169703954813.issue46155@roundup.psfhosted.org>
2021-12-22 18:42:01iritkatriellinkissue46155 messages
2021-12-22 18:42:01iritkatrielcreate