Overflow on enumerate() and itertools.count()
28 Oct
2007
28 Oct
'07
3:14 p.m.
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
28 Oct
28 Oct
8:58 p.m.
2007/10/28, Raymond Hettinger <python@rcn.com>:
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.
Smells like a feature to me. -- --Guido van Rossum (home page: http://www.python.org/~guido/)
6251
Age (days ago)
6252
Last active (days ago)
1 comments
2 participants
participants (2)
-
Guido van Rossum
-
Raymond Hettinger