bpo-35424: Fix test_multiprocessing_main_handling by vstinner · Pull Request #11223 · python/cpython

@vstinner

Fix test_multiprocessing_main_handling: use multiprocessing.Pool with
a context manager and then explicitly join the pool.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Dec 18, 2018
Fix test_multiprocessing_main_handling: use multiprocessing.Pool with
a context manager and then explicitly join the pool.
(cherry picked from commit 6cdce3d)

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

vstinner added a commit that referenced this pull request

Dec 18, 2018
Fix test_multiprocessing_main_handling: use multiprocessing.Pool with
a context manager and then explicitly join the pool.
(cherry picked from commit 6cdce3d)

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