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 petr.viktorin
Recipients iritkatriel, petr.viktorin
Date 2022-01-19.13:49:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1642600156.77.0.59137653013.issue46431@roundup.psfhosted.org>
In-reply-to
Content
Thanks for looking into it!

> If you don't define derive the superclass constructor is used, which means you get something of type ExceptionGroup, not your subclass.

That might be fine in my case (for a MVP at least). Is there any other danger in not overriding it?
I see the docs say "A subclass needs to override it", but it might be better to enumerate the perils, or if such a class is unusable, not allow creating it.
History
Date User Action Args
2022-01-19 13:49:16petr.viktorinsetrecipients: + petr.viktorin, iritkatriel
2022-01-19 13:49:16petr.viktorinsetmessageid: <1642600156.77.0.59137653013.issue46431@roundup.psfhosted.org>
2022-01-19 13:49:16petr.viktorinlinkissue46431 messages
2022-01-19 13:49:16petr.viktorincreate