SIGN IN SIGN UP

closes bpo-35623: Fix integer overflow when sorting large lists (GH-11380)

There is already a `Py_ssize_t i` defined at function scope that is used
for similar loops. By removing the local `int i` declaration that `i` is
used, which has the appropriate type.
S
sth committed
f8b534477a2a51d85ea1663530f685f805f2b247
Parent: 7e3fb40
Committed by Benjamin Peterson <benjamin@python.org> on 1/2/2019, 2:01:54 AM