[issue1540617] Use Py_ssize_t for rangeobject members

Raymond Hettinger report at bugs.python.org
Sat Feb 23 02:29:19 CET 2008


Raymond Hettinger added the comment:

FWIW, the current Py2.6 code for enumerate() and itertools.count() both
show how to support arbitrary longs without killing the performance of
common cases.

----------
nosy: +rhettinger

_____________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1540617>
_____________________________________


More information about the Python-bugs-list mailing list