mirror of
https://github.com/astral-sh/ruff
synced 2026-01-09 07:34:06 -05:00
## Summary Catch infinite recursion in binary-compare inference. Fixes the stack overflow in `graphql-core` in mypy-primer. ## Test Plan Added two tests that stack-overflowed before this PR.