[New-bugs-announce] [issue14065] Element should support cyclic GC

Martin v. Löwis report at bugs.python.org
Mon Feb 20 17:26:48 CET 2012


New submission from Martin v. Löwis <martin at v.loewis.de>:

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.

----------
files: a.py
messages: 153784
nosy: loewis
priority: normal
severity: normal
status: open
title: Element should support cyclic GC
versions: Python 3.3
Added file: http://bugs.python.org/file24578/a.py

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14065>
_______________________________________


More information about the New-bugs-announce mailing list