Overflow on enumerate() and itertools.count()
Oct. 29, 2007
3:14 a.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
October 2007
8:58 a.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/)
6296
Age (days ago)
6297
Last active (days ago)
1 comments
2 participants
participants (2)
-
Guido van Rossum
-
Raymond Hettinger