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 a single type is passed in, save an iteration over a tuple.
- Don't compute the type names for the error message unless an error
actually occurred.
Together, this speeds up `_check_isinstance(int, x=1)` by more than
2-fold, and `_check_isinstance((float, int), x=1)` by a few dozen-%.
0 commit comments