[issue30542] test_files() of test_tools.test_unparse.DirectoryTestCase leaks references

STINNER Victor report at bugs.python.org
Mon Jun 26 19:16:16 EDT 2017


STINNER Victor added the comment:

Example of 3 runs:

test_tools leaked [10, 15, 0] references, sum=25
test_tools leaked [2, 13, 0] references, sum=15
test_tools leaked [180, 0, 0] references, sum=180

The bpo-30776 should fix this issue by ignoring the result, since it's a false positive in pratice.

----------

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


More information about the Python-bugs-list mailing list