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 gvanrossum
Recipients gvanrossum, iritkatriel, yselivanov
Date 2022-02-12.17:52:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1644688370.53.0.169345970188.issue46729@roundup.psfhosted.org>
In-reply-to
Content
Should it show the number of immediate subexceptions (i.e., len(eg.exceptions)) or the number of leaf exceptions? I'd be happy with the former (since that's what EdgeDb's MultiError does), which would not require adding an extra field to the base exception group struct.
History
Date User Action Args
2022-02-12 17:52:50gvanrossumsetrecipients: + gvanrossum, yselivanov, iritkatriel
2022-02-12 17:52:50gvanrossumsetmessageid: <1644688370.53.0.169345970188.issue46729@roundup.psfhosted.org>
2022-02-12 17:52:50gvanrossumlinkissue46729 messages
2022-02-12 17:52:50gvanrossumcreate