This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients vstinner
Date 2019-09-15.09:48:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1568540899.7.0.49327876198.issue38176@roundup.psfhosted.org>
In-reply-to
Content
vstinner@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
History
Date User Action Args
2019-09-15 09:48:19vstinnersetrecipients: + vstinner
2019-09-15 09:48:19vstinnersetmessageid: <1568540899.7.0.49327876198.issue38176@roundup.psfhosted.org>
2019-09-15 09:48:19vstinnerlinkissue38176 messages
2019-09-15 09:48:19vstinnercreate