[New-bugs-announce] [issue39003] test_unparse leaked [35, 5, 6] references: when pass when run again

STINNER Victor report at bugs.python.org
Mon Dec 9 08:20:45 EST 2019


New submission from STINNER Victor <vstinner at python.org>:

Sometimes, test_unparse leak references, sometimes it pass.

$ ./python -m test -R 3:3 test_unparse
(...)
test_unparse leaked [35, 5, 6] references, sum=46
(...)
Tests result: FAILURE

$ ./python -m test -R 3:3 test_unparse
(...)
Tests result: SUCCESS

----------
components: Tests
messages: 358074
nosy: pablogsal, vstinner
priority: normal
severity: normal
status: open
title: test_unparse leaked [35, 5, 6] references: when pass when run again
versions: Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue39003>
_______________________________________


More information about the New-bugs-announce mailing list