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
Previously these were treated as booleans (any object can be treated
as a boolean, since `bool(obj)` is always defined).
Replaced raise TypeError with raise IndexError for indices
of recognized type.
0 commit comments