Issuse #17932: Fix an integer overflow issue on Windows 64-bit in tuple
iterators: change the C type of tupleiterobject.it_index from long to Py_ssize_t.
Showing
Please
register
or
sign in
to comment
iterators: change the C type of tupleiterobject.it_index from long to Py_ssize_t.