]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35424: test_multiprocessing: join 3 pools (GH-10986)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 6 Dec 2018 11:20:50 +0000 (03:20 -0800)
committerGitHub <noreply@github.com>
Thu, 6 Dec 2018 11:20:50 +0000 (03:20 -0800)
commitb7c67c4d510a7a72a35983cc168dbb2ce796cb8c
tree999405a8bcc928a91befbb99fa4bd2e6f13f669e
parentf740818f3d92497c564d515a661039dc8434fc6c
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
(cherry picked from commit 388c8c208d9d09bd28289c1e4776b947d4d0f0f0)

Co-authored-by: Victor Stinner <vstinner@redhat.com>
Lib/test/_test_multiprocessing.py