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
Ad hoc fix to allow comparison of two unpacked types in overload
Currently, mypy crashes at comparison of two overloads that use
unpacking on unbounded tuple types. This adds an ad hoc fix
by adding the correspond check in the function and instead
compares the two wrapped inner types that are unpacked.
See mypy issue python#17319:
python#17319
0 commit comments