commit | c74e7c48ba4f8437d4c8b402098b8cefc33a28a9 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Tue Dec 18 15:43:27 2018 -0800 |
committer | Victor Stinner <vstinner@redhat.com> | Wed Dec 19 00:43:27 2018 +0100 |
tree | ae6c226a8643211940db41c23ea919e5b489c11c | |
parent | 729fc5d2acab9eb672c4804092236af5362a4c66 [diff] |
bpo-35424: Fix test_multiprocessing_main_handling (GH-11223) (GH-11227) Fix test_multiprocessing_main_handling: use multiprocessing.Pool with a context manager and then explicitly join the pool. (cherry picked from commit 6cdce3ddef805e11d75142f3e20e23c3fe21fdf4) Co-authored-by: Victor Stinner <vstinner@redhat.com>