]> granicus.if.org Git - python/commit
enumerate() is no longer bounded to using sequences shorter than LONG_MAX. The possi...
authorRaymond Hettinger <python@rcn.com>
Wed, 3 Oct 2007 21:18:11 +0000 (21:18 +0000)
committerRaymond Hettinger <python@rcn.com>
Wed, 3 Oct 2007 21:18:11 +0000 (21:18 +0000)
commit8f6693701c1899168f5bca96549ae2f2f590624e
tree1d2a60b9e8d754b3c0ada701a3e075d15f4c09c1
parentd92e871ad8b71de1a276f94d14b797e2e049ced8
enumerate() is no longer bounded to using sequences shorter than LONG_MAX.  The possibility of overflow was sending some newsgroup posters into a tizzy.
Misc/NEWS
Objects/enumobject.c