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 Nov 2, 2022. It is now read-only.
The old MultiError code didn't have to worry about this, because of unwrapping, but we do. If a program terminates with an ExceptionGroup that consists of only SystemExit exceptions, then it should terminate silently.
The old
MultiErrorcode didn't have to worry about this, because of unwrapping, but we do. If a program terminates with anExceptionGroupthat consists of onlySystemExitexceptions, then it should terminate silently.