You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 10, 2022. It is now read-only.
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]?