]> granicus.if.org Git - python/commit
Issuse #17932: Fix an integer overflow issue on Windows 64-bit in tuple
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 4 Jun 2013 22:11:34 +0000 (00:11 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 4 Jun 2013 22:11:34 +0000 (00:11 +0200)
commita2d56984c72519a0ea046025876f92efcf40f2b2
treefd26a129180178f8bf17accde3a59435214b3d26
parent7e91e771a9348dcc28a9bac1a321a3bc1e3cfda8
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.
Objects/tupleobject.c