]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #23985: Fixed integer overflow in iterator object. Patch by
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 21 May 2015 17:50:25 +0000 (20:50 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Thu, 21 May 2015 17:50:25 +0000 (20:50 +0300)
commit4faf5c5655277cec99b2b11f7fe34e73d3ae28b9
treeaefe265087e545e5277383bf21d90ced3cdf4022
parentcbfe07e06cb460986b37604bc32dad407cb33f62
Issue #23985: Fixed integer overflow in iterator object.  Patch by
Clement Rouault.
Lib/test/test_iter.py
Misc/ACKS
Misc/NEWS
Objects/iterobject.c