]> granicus.if.org Git - python/commit
Removing the test of Element that causes ref-leak in GC (issue #14464).
authorEli Bendersky <eliben@gmail.com>
Sun, 1 Apr 2012 14:40:17 +0000 (17:40 +0300)
committerEli Bendersky <eliben@gmail.com>
Sun, 1 Apr 2012 14:40:17 +0000 (17:40 +0300)
commit0261d754cd7f6bedf7415d94b18b7b631bfa8a63
treea3c33bbdf4714f487dc5bc9a06af3d8bd0f3b1d4
parent29b964d0ddebad90c252139911f6702632b55b8a
Removing the test of Element that causes ref-leak in GC (issue #14464).

I will now continue investigating the cause of the ref-leak, but I wanted
to remove the test so that the refcount test in the buildbots could be clean.
The whole change (adding GC to Element) is not reverted because it improved
the situation (GC works for immediate cycles) and didn't cause regressions
(the test is new and was added together with the fix).
Lib/test/test_xml_etree.py