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
This pull request adds more robust support for detecting partially
overlapping types. Specifically, it detects overlaps with...
1. TypedDicts
2. Tuples
3. Unions
4. TypeVars
5. Generic types containing variations of the above.
It also swaps out the code for detecting overlaps with operators and
removes some associated (and now unused) code.
This pull request builds on top of #5474
and #5475 -- once those two PRs are
merged, I'll rebase this diff if necessary.
This pull request also supercedes #5475 --
that PR contains basically the same code as these three PRs, just
smushed together.
0 commit comments