New submission from Benjamin Peterson:

It looks like the test if not the fix for #15578 reveals a reference leak 
somewhere in the import system:

$ ./python Lib/test/regrtest.py -R :: test_import
[1/1] test_import
beginning 9 repetitions
123456789
.........
test_import leaked [1, 1, 1, 1] references, sum=4
Warning -- sys.path was modified by test_import
1 test failed:
    test_import
[57131 refs]

----------
messages: 282305
nosy: benjamin.peterson, eric.snow
priority: normal
severity: normal
status: open
title: test_import.py leaks on 2.7
versions: Python 2.7

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue28862>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to