Commits
Click on a commit to change the comparison rangeAdd neg29 days ago
by charliermarsh Add more fast-paths4 days ago
by charliermarsh Add more fast-paths4 days ago
by charliermarsh 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>3 days ago
by charliermarsh