commit | 6cdce3ddef805e11d75142f3e20e23c3fe21fdf4 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@redhat.com> | Tue Dec 18 23:54:33 2018 +0100 |
committer | GitHub <noreply@github.com> | Tue Dec 18 23:54:33 2018 +0100 |
tree | 35d1df305a3c5a1332b8ab73d14f1b533afe0641 | |
parent | 05c9d31eb62cc45dc3c55a5cdb7cbc713d0421db [diff] |
bpo-35424: Fix test_multiprocessing_main_handling (GH-11223) Fix test_multiprocessing_main_handling: use multiprocessing.Pool with a context manager and then explicitly join the pool.