This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author schuppenies
Recipients amaury.forgeotdarc, jcea, loewis, schuppenies
Date 2008-09-14.13:27:37
SpamBayes Score 6.9502753e-06
Marked as misclassified No
Message-id <1221398871.72.0.0117683928888.issue3680@psf.upfronthosting.co.za>
In-reply-to
Content
> 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.
History
Date User Action Args
2008-09-14 13:27:51schuppeniessetrecipients: + schuppenies, loewis, jcea, amaury.forgeotdarc
2008-09-14 13:27:51schuppeniessetmessageid: <1221398871.72.0.0117683928888.issue3680@psf.upfronthosting.co.za>
2008-09-14 13:27:38schuppenieslinkissue3680 messages
2008-09-14 13:27:37schuppeniescreate