bpo-35424: Fix test_multiprocessing_main_handling by vstinner · Pull Request #11223 · python/cpython
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, 2018Fix 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, 2018Fix 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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters