| Home | Trees | Indices | Help |
|
|---|
|
|
A fixed version of itertools.count .
This class counts up from zero, just like the Python 2.5.2 docs claim
that itertools.count() does, but this class does not overflow with an
error like itertools.count() does:
File 'foolscap/logging/log.py', line 137, in msg
num = self.seqnum.next()
exceptions.OverflowError: cannot count beyond PY_SSIZE_T_MAX
|
|||
|
|||
|
|||
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Tue Oct 14 18:27:48 2008 | http://epydoc.sourceforge.net |