]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35424: test_multiprocessing: join 3 pools (GH-10986)
authorVictor Stinner <vstinner@redhat.com>
Thu, 6 Dec 2018 10:56:52 +0000 (11:56 +0100)
committerGitHub <noreply@github.com>
Thu, 6 Dec 2018 10:56:52 +0000 (11:56 +0100)
commit388c8c208d9d09bd28289c1e4776b947d4d0f0f0
treed5451df6848e3ab68a40ff49ef6f4e776d3f1691
parent3ffa8b9ba190101f674a0e524e482a83ed09cccd
bpo-35424: test_multiprocessing: join 3 pools (GH-10986)

Join 3 pools in these tests:

* test.test_multiprocessing_spawn.WithProcessesTestPool.test_context
* test.test_multiprocessing_spawn.WithProcessesTestPool.test_traceback
Lib/test/_test_multiprocessing.py