[issue32237] test_xml_etree leaked [1, 1, 1] references, sum=3

2017-12-08 Thread Berker Peksag

Berker Peksag  added the comment:

I can confirm that Neil's PR (11cc289490b7b275fc0a033e2b376a8d4c780d9b) fixed 
the regression:

$ ./python -m test -R 3:3 test_xml_etree
Run tests sequentially
0:00:00 load avg: 0.66 [1/1] test_xml_etree
beginning 6 repetitions
123456
..
1 test OK.

Total duration: 4 sec
Tests result: SUCCESS

test_ensurepip, test_hashlib and test_importlib passed too.

Closing this one as fixed. Thanks!

--
components: +Tests
nosy: +berker.peksag
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed
type:  -> behavior

___
Python tracker 

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



[issue32237] test_xml_etree leaked [1, 1, 1] references, sum=3

2017-12-07 Thread Neil Schemenauer

Change by Neil Schemenauer :


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

___
Python tracker 

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



[issue32237] test_xml_etree leaked [1, 1, 1] references, sum=3

2017-12-06 Thread STINNER Victor

STINNER Victor  added the comment:

Oh, more tests are failing:

test_ensurepip leaked [1, 1, 1] references, sum=3
test_hashlib leaked [1, 1, 1] references, sum=3
test_importlib leaked [5, 5, 5] references, sum=15

--

___
Python tracker 

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



[issue32237] test_xml_etree leaked [1, 1, 1] references, sum=3

2017-12-06 Thread STINNER Victor

New submission from STINNER Victor :

The commit eea3cc1ef0dec0af193eedb4c1164263fbdfd8cc introduced the following 
regression:

vstinner@apu$ make && ./python -m test -R 3:3 test_xml_etree
(...)
test_xml_etree leaked [1, 1, 1] references, sum=3

--
messages: 30
nosy: nascheme, vstinner
priority: normal
severity: normal
status: open
title: test_xml_etree leaked [1, 1, 1] references, sum=3
versions: Python 3.7

___
Python tracker 

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