New submission from Martin v. Löwis <mar...@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 <rep...@bugs.python.org> <http://bugs.python.org/issue14065> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com