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
Use explicit exception chaining when converting exception types
This changes Python's exception chain reporting to make it clear that the
new exception was not an unrelated failure while handling the original
one, but rather the direct cause of it.
Signed-off-by: Benjamin Gilbert <[email protected]>
0 commit comments