]> granicus.if.org Git - python/commit
Improve the reverse list iterator to free memory as soon as the iterator
authorRaymond Hettinger <python@rcn.com>
Sat, 8 Nov 2003 11:58:44 +0000 (11:58 +0000)
committerRaymond Hettinger <python@rcn.com>
Sat, 8 Nov 2003 11:58:44 +0000 (11:58 +0000)
commit001f228f369d5c3e9fc28ae7a9815e1317bbe72f
treee52b8b738e2b2e498b988ba7bb73a03f57e78a91
parente21f6066574cfecbf0f5783ae924309a1afba0b0
Improve the reverse list iterator to free memory as soon as the iterator
is exhausted.
Objects/listobject.c