Files
ruff/crates/ty_python_semantic
Charlie Marsh 70859e4ba7 Add fast path for object vs unbounded inferable TypeVar
This handles the common case where we're checking if `object` (the
implicit positive element of a pure negation like `~str`) is assignable
to a generic type parameter like `_T` in `Iterator[_T]`.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-13 20:57:49 -05:00
..
2026-01-13 20:07:10 -05:00
2026-01-02 19:58:15 +00:00
2025-05-03 19:49:15 +02:00