mirror of
https://github.com/astral-sh/ruff
synced 2026-01-08 07:04:28 -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.