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
@markshannon suggested to change the (exc, val, tb) triplets on the interpreter that represent exceptions into one: if it's a normalized exception, just the exception itself. If it isn't, make it a 3-tuple of the values.
The advantage is that 3 POPS and pushes become one, and the code is simplified in various places.