[ty] Handle covariant "deep" mutual typevar constraints#22043
[ty] Handle covariant "deep" mutual typevar constraints#22043
Conversation
Diagnostic diff on typing conformance testsNo changes detected when running ty on typing conformance tests ✅ |
CodSpeed Performance ReportMerging #22043 will not alter performanceComparing Summary
Footnotes
|
2d89ee8 to
b1b6913
Compare
b1b6913 to
90fa00b
Compare
7b5c0e0 to
d6a98d8
Compare
|
Lovely. The latest mypy_primer timeout happens on Under When limited to (Also no timeouts on |
That's scary. It could mean that There's a fixpoint issue (where salsa fails to establish an owner thread). Or does it hang in the sense that cpu usage deops to zero and all threads are blocked? |
|
Superseded by #24079 |
This is the first step in supporting astral-sh/ty#2045. This handles just the covariant (i.e. easy) case. With a quick
list/Sequenceswitcheroo, we get: