Uh oh!
There was an error while loading. Please reload this page.
This repository was archived by the owner on Apr 10, 2022. It is now read-only.
This repository was archived by the owner on Apr 10, 2022. It is now read-only.
There was an error while loading. Please reload this page.
Should
ExceptionGroup.__init__have a message argument? Should it be the first argument or keyword-only?Should we allow creating an empty
ExceptionGroupand allow adding exceptions to it?Should we allow raising an empty
ExceptionGroup?Should
ExceptionGroup.__init__accept*errors: ExceptionGrouporerrors: Iterable[ExceptionGroup]?