[New-bugs-announce] [issue30542] test_files() of test_tools.test_unparse.DirectoryTestCase leaks references

STINNER Victor report at bugs.python.org
Thu Jun 1 16:42:40 EDT 2017


New submission from STINNER Victor:

haypo at selma$ ./python -m test -R 3:3 test_tools -m test_files
Run tests sequentially
0:00:00 load avg: 0.57 [1/1] test_tools
beginning 6 repetitions
123456
......
test_tools leaked [0, 4, 0] references, sum=4
test_tools leaked [0, 3, 0] memory blocks, sum=3
test_tools failed

1 test failed:
    test_tools

Total duration: 12 sec
Tests result: FAILURE

Note: I found it using Zachary's x86 Gentoo Refleaks buildbot and bpo-29512.

----------
components: Tests
messages: 294963
nosy: haypo
priority: normal
severity: normal
status: open
title: test_files() of test_tools.test_unparse.DirectoryTestCase leaks references
versions: Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue30542>
_______________________________________


More information about the New-bugs-announce mailing list