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 loewis
Recipients loewis
Date 2012-02-20.16:26:47
SpamBayes Score 0.0011524871
Marked as misclassified No
Message-id <1329755208.03.0.143933032526.issue14065@psf.upfronthosting.co.za>
In-reply-to
Content
The C implementation of xml.etree.ElementTree.Element needs to support cyclic GC. The attached script demonstrates the lack to support that: in 3.2, the script passes; in 3.3 (7697223df6df) it fails with an AssertionError as the cycle was not cleared. 

This is an incompatible change from 3.2.
History
Date User Action Args
2012-02-20 16:26:48loewissetrecipients: + loewis
2012-02-20 16:26:48loewissetmessageid: <1329755208.03.0.143933032526.issue14065@psf.upfronthosting.co.za>
2012-02-20 16:26:47loewislinkissue14065 messages
2012-02-20 16:26:47loewiscreate