[Python-Dev] Overflow on enumerate() and itertools.count()

Raymond Hettinger python at rcn.com
Sun Oct 28 20:14:38 CET 2007


For Py2.6, I fixed a long standing irritant where the count raised an OverflowError when it reached LONG_MAX.

If you guys agree that is a bug fix, I'll backport it to Py2.5.


Raymond


More information about the Python-Dev mailing list