[New-bugs-announce] [issue38176] test_threading leaked [1, 1, 1] references: test_threads_join

STINNER Victor report at bugs.python.org
Sun Sep 15 05:48:19 EDT 2019


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

vstinner at apu$ ./python -m test -R 3:3 test_threading -m test.test_threading.SubinterpThreadingTests.test_threads_join
Run tests sequentially
0:00:00 load avg: 1.11 [1/1] test_threading
beginning 6 repetitions
123456
......
test_threading leaked [1, 1, 1] references, sum=3
test_threading failed

== Tests result: FAILURE ==

1 test failed:
    test_threading

Total duration: 639 ms
Tests result: FAILURE

----------
components: Library (Lib)
messages: 352470
nosy: vstinner
priority: normal
severity: normal
status: open
title: test_threading leaked [1, 1, 1] references: test_threads_join
versions: Python 3.9

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


More information about the New-bugs-announce mailing list