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
Handle TypeVarTupleType when checking overload constraints (#16428)
Fixes#16427
The test case added in the first commit crashes.
The second commit addresses the crash - I don't know whether this fix is
correct, it just happens to stop the crash but it leads to a code branch
which just `continue`s out of a for loop iteration, so it might be
bypassing something it shouldn't. I don't completely understand it.
---------
Co-authored-by: Ivan Levkivskyi <[email protected]>
0 commit comments