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
Any statements after raising an exception are unreachable, so the
nlr_pop() was never called. Instead replace it with MP_UNREACHABLE
to be explicit about what is going on here.
0 commit comments