On 17 Jul., 22:21, Lars Gustäbel <[EMAIL PROTECTED]> wrote: > > > Maybe we should post this issue to python-dev mailing list. > > Parsing large tar-files is not uncommon. > > This issue is known and was fixed for Python 3.0, > seehttp://bugs.python.org/issue2058.
The proposed patch does not avoid caching the previous values of the iterator, it just reduces the size of each cached object. It would be nice to be able to avoid caching on demand, which would make iteration independent of the size of the tar file. Greetings Uwe -- http://mail.python.org/mailman/listinfo/python-list