Fix a compilater warning on Windows 64-bit
idx variable is used for a tuple indexn so use Py_ssize_t (not int).
V
Victor Stinner committed
d3dfd0e433241de76d4f3f4dba4d8ef59f09e61d
Parent: 3a8f510
idx variable is used for a tuple indexn so use Py_ssize_t (not int).