[issue34218] test_xml_etree_c leaked [68, 68, 74] references, sum=210

2018-07-25 Thread Serhiy Storchaka


Change by Serhiy Storchaka :


--
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue34218] test_xml_etree_c leaked [68, 68, 74] references, sum=210

2018-07-25 Thread Serhiy Storchaka


Serhiy Storchaka  added the comment:

This test was finished 4 hours before the leak was fixed, and a hour before 
this issue was opened.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue34218] test_xml_etree_c leaked [68, 68, 74] references, sum=210

2018-07-25 Thread Serhiy Storchaka


Serhiy Storchaka  added the comment:


New changeset ee98e7bbde45fcf24d769353e29337d5ccdbaac5 by Serhiy Storchaka in 
branch 'master':
bpo-34218: Fix a leak in _elementtree.c introduced in GH-6769. (GH-8460)
https://github.com/python/cpython/commit/ee98e7bbde45fcf24d769353e29337d5ccdbaac5


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue34218] test_xml_etree_c leaked [68, 68, 74] references, sum=210

2018-07-25 Thread STINNER Victor


STINNER Victor  added the comment:

Is this issue really fixed? 
https://buildbot.python.org/all/#builders/1/builds/295 still detects leaks.

--
nosy: +vstinner

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue34218] test_xml_etree_c leaked [68, 68, 74] references, sum=210

2018-07-25 Thread Serhiy Storchaka


Change by Serhiy Storchaka :


--
keywords: +patch
pull_requests: +7984
stage:  -> patch review

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue34218] test_xml_etree_c leaked [68, 68, 74] references, sum=210

2018-07-25 Thread Serhiy Storchaka


Serhiy Storchaka  added the comment:

Looks like a regression introduced in issue29209 
(02ec92fa7b1dddc23d479ee0b87dc283793505a8).

--
nosy: +serhiy.storchaka

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue34218] test_xml_etree_c leaked [68, 68, 74] references, sum=210

2018-07-25 Thread Pablo Galindo Salgado


New submission from Pablo Galindo Salgado :

Builder x86 Gentoo Refleaks 3.x reports that test_xml_etree_c is potentially 
leaking references and blocks:

https://buildbot.python.org/all/#builders/1/builds/295

--
Ran 148 tests in 0.487s
OK
.
test_xml_etree_c leaked [68, 68, 74] references, sum=210
test_xml_etree_c leaked [51, 52, 52] memory blocks, sum=155
1 test failed again:
test_xml_etree_c
== Tests result: FAILURE then FAILURE ==

--
components: Tests
messages: 322343
nosy: pablogsal
priority: normal
severity: normal
status: open
title: test_xml_etree_c leaked [68, 68, 74] references, sum=210
type: behavior
versions: Python 3.8

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com