diff options
author | Victor Stinner <vstinner@python.org> | 2022-05-17 22:19:56 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-17 22:19:56 (GMT) |
commit | 970efae274538f9910e8f9b31bc890f1b7666b0f (patch) | |
tree | 979ee87e5a626024a8158604fa7a449d2c2acd4a /Python/pylifecycle.c | |
parent | 13058323621bfb1776fc39948a4096c76f8cbc81 (diff) | |
download | cpython-970efae274538f9910e8f9b31bc890f1b7666b0f.zip cpython-970efae274538f9910e8f9b31bc890f1b7666b0f.tar.gz cpython-970efae274538f9910e8f9b31bc890f1b7666b0f.tar.bz2 |
gh-89898: Fix test_threading.test_args_argument() (#92885)
Join the thread to not leak threads running in the background to the
next test.
Fix the following warning on the "AMD64 FreeBSD Shared 3.11"
buildbot:
test_args_argument (test.test_threading.ThreadTests.test_args_argument) ...
Warning -- threading_cleanup() failed to cleanup 1 threads (count: 1, dangling: 2)
Warning -- Dangling thread: <_MainThread(MainThread, started 35026161664)>
Warning -- Dangling thread: <Thread(Thread-134 (<lambda>), started 35314998016)>
ok
Diffstat (limited to 'Python/pylifecycle.c')
0 files changed, 0 insertions, 0 deletions