[issue14464] reference loss in test_xml_etree_c

2012-04-01 Thread Eli Bendersky
Eli Bendersky added the comment: For now the refcounts will be clean. Work on the problem will continue in its original issue (#14065). -- resolution: -> duplicate stage: needs patch -> committed/rejected status: open -> closed superseder: -> Element should support cyclic GC ___

[issue14464] reference loss in test_xml_etree_c

2012-04-01 Thread Roundup Robot
Roundup Robot added the comment: New changeset c5cf48752d81 by Eli Bendersky in branch 'default': Removing the test of Element that causes ref-leak in GC (issue #14464). http://hg.python.org/cpython/rev/c5cf48752d81 -- nosy: +python-dev ___ Python tr

[issue14464] reference loss in test_xml_etree_c

2012-04-01 Thread Antoine Pitrou
Antoine Pitrou added the comment: The culprit is 0ca32013d77e. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscrib

[issue14464] reference loss in test_xml_etree_c

2012-04-01 Thread Eli Bendersky
Eli Bendersky added the comment: Thanks, I'll try to investigate this ASAP -- ___ Python tracker ___ ___ Python-bugs-list mailing lis

[issue14464] reference loss in test_xml_etree_c

2012-04-01 Thread Antoine Pitrou
New submission from Antoine Pitrou : This is quite recent. $ ./python -m test -R 3:2 test_xml_etree_c [1/1] test_xml_etree_c beginning 5 repetitions 12345 . test_xml_etree_c leaked [-2, -2] references, sum=-4 -- assignee: eli.bendersky components: Library (Lib) messages: 157279 nosy