[issue3680] Cycles with some iterator are leaking.
Robert Schuppenies
report at bugs.python.org
Sun Sep 14 15:27:51 CEST 2008
Robert Schuppenies <robert.schuppenies at gmail.com> added the comment:
> I think it's ok, since the underlying containers will get cleared, thus
> breaking the cycle.
What about the dictiter object which references a tuple (di_result)?
Tuple does not implement tp_clear, but OTOH tuples are immutable and
di_result cannot be assigned.
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3680>
_______________________________________
More information about the Python-bugs-list
mailing list