commit | 5f8443eec9d54e1f74b69aa547e6810da6afa90b | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Tue Jun 04 12:07:03 2019 -0700 |
committer | Victor Stinner <vstinner@redhat.com> | Tue Jun 04 21:07:03 2019 +0200 |
tree | f8757b0207a913e1719c3eacf426cd9a0b6d0cd5 | |
parent | 250b62acc59921d399f0db47db3b462cd6037e09 [diff] |
bpo-37153: test_venv.test_mutiprocessing() calls pool.terminate() (GH-13816) (GH-13819) test_venv.test_mutiprocessing() now explicitly calls pool.terminate() to wait until the pool completes. (cherry picked from commit bc6469f79ca13217b784fb47da7ec83484a3debe) Co-authored-by: Victor Stinner <vstinner@redhat.com>