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
If we have an error type with subtypes, e.g., OutOfRange as subtype of ValueError, and we traverse backwards starting with the subtype (e.g., OutOfRange), the trace should stay with the subtype instead of mapping it into the super type.