]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Close #17932: Fix an integer overflow issue on Windows 64-bit in iterators:
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 4 Jun 2013 21:02:46 +0000 (23:02 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 4 Jun 2013 21:02:46 +0000 (23:02 +0200)
commite0b99ba140f83551cdeecb2a4ca9817aedde7ff5
treee2094750320a8fcb440f85a363f0ac6c3ee2387c
parent0b81111b18790e5d95cb84a09d15aadfb8a1dadf
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.
Misc/NEWS
Objects/iterobject.c