]> granicus.if.org Git - python/commit
bpo-37153: test_venv.test_mutiprocessing() calls pool.terminate() (GH-13816)
authorVictor Stinner <vstinner@redhat.com>
Tue, 4 Jun 2019 17:03:13 +0000 (19:03 +0200)
committerGitHub <noreply@github.com>
Tue, 4 Jun 2019 17:03:13 +0000 (19:03 +0200)
commitbc6469f79ca13217b784fb47da7ec83484a3debe
treeb39ddd93a75009b095258d3ccd8eacdfbf23009c
parent8d0ef0b5edeae52960c7ed05ae8a12388324f87e
bpo-37153: test_venv.test_mutiprocessing() calls pool.terminate() (GH-13816)

test_venv.test_mutiprocessing() now explicitly calls pool.terminate()
to wait until the pool completes.
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]