]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #23985: Fixed integer overflow in iterator object. Original patch by
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 21 May 2015 17:49:34 +0000 (20:49 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Thu, 21 May 2015 17:49:34 +0000 (20:49 +0300)
commitd43e9287538326b1e18c2212a32892efe506ccdd
tree6fce13640aa9b6cdda0bb8d0099904879cd055f9
parent3220849524eff6eccde1c19145b245d9fba67b0e
Issue #23985: Fixed integer overflow in iterator object.  Original patch by
Clement Rouault.
Misc/ACKS
Misc/NEWS
Objects/iterobject.c