]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-37153: test_venv.test_mutiprocessing() calls pool.terminate() (GH-13816) (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 4 Jun 2019 19:07:03 +0000 (12:07 -0700)
committerVictor Stinner <vstinner@redhat.com>
Tue, 4 Jun 2019 19:07:03 +0000 (21:07 +0200)
commit5f8443eec9d54e1f74b69aa547e6810da6afa90b
treef8757b0207a913e1719c3eacf426cd9a0b6d0cd5
parent250b62acc59921d399f0db47db3b462cd6037e09
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>
Lib/test/test_venv.py
Misc/NEWS.d/next/Tests/2019-06-04-18-30-39.bpo-37153.711INB.rst [new file with mode: 0644]