]> granicus.if.org Git - python/commit
bpo-33676: Fix dangling thread in _test_multiprocessing (GH-10755)
authorVictor Stinner <vstinner@redhat.com>
Wed, 28 Nov 2018 00:14:31 +0000 (01:14 +0100)
committerGitHub <noreply@github.com>
Wed, 28 Nov 2018 00:14:31 +0000 (01:14 +0100)
commitb7278736b3ae158a7738057e3045bc767ced019e
tree4f0607bd3b7a88d0217dd63ec0f2775af8271e84
parent9bdd2de84c1af55fbc006d3f892313623bd0195c
bpo-33676: Fix dangling thread in _test_multiprocessing (GH-10755)

Fix WithThreadsTestPool.test_wrapped_exception()
of test_multiprocessing_fork: join the pool.

WithThreadsTestPool.test_del_pool() is now also decorated
with @support.reap_threads.
Lib/test/_test_multiprocessing.py