[3.7] bpo-33676: Fix dangling thread in _test_multiprocessing (GH-10755) by miss-islington · Pull Request #10756 · python/cpython

@vstinner @miss-islington

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

WithThreadsTestPool.test_del_pool() is now also decorated
with @support.reap_threads.
(cherry picked from commit b727873)

Co-authored-by: Victor Stinner <vstinner@redhat.com>

vstinner