commit | b7278736b3ae158a7738057e3045bc767ced019e | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@redhat.com> | Wed Nov 28 01:14:31 2018 +0100 |
committer | GitHub <noreply@github.com> | Wed Nov 28 01:14:31 2018 +0100 |
tree | 4f0607bd3b7a88d0217dd63ec0f2775af8271e84 | |
parent | 9bdd2de84c1af55fbc006d3f892313623bd0195c [diff] |
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.