commit | e0b99ba140f83551cdeecb2a4ca9817aedde7ff5 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Tue Jun 04 23:02:46 2013 +0200 |
committer | Victor Stinner <victor.stinner@gmail.com> | Tue Jun 04 23:02:46 2013 +0200 |
tree | e2094750320a8fcb440f85a363f0ac6c3ee2387c | |
parent | 0b81111b18790e5d95cb84a09d15aadfb8a1dadf [diff] |
Close #17932: Fix an integer overflow issue on Windows 64-bit in iterators: change the C type of seqiterobject.it_index from long to Py_ssize_t.