]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Make iterators length transparent where possible.
authorRaymond Hettinger <python@rcn.com>
Thu, 18 Mar 2004 22:43:10 +0000 (22:43 +0000)
committerRaymond Hettinger <python@rcn.com>
Thu, 18 Mar 2004 22:43:10 +0000 (22:43 +0000)
commit435bf58b7bc9df7dd8683c3fc72b5b7ca1316541
tree97f781846e1bf121dc94ca8f18282e5a3d6af8b9
parent1e5809ff02201291df47d94dad843ca32048e4d3
Make iterators length transparent where possible.
Objects/iterobject.c
Objects/listobject.c
Objects/tupleobject.c