Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Optimize mypy/solve.py with min instead of sort (#18688)
The first value of a stable sort always equivalent to a linear min search (and uses less memory).
- Loading branch information