]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-33532: Fix multiprocessing test_ignore() (GH-7262)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 31 May 2018 03:28:04 +0000 (20:28 -0700)
committerGitHub <noreply@github.com>
Thu, 31 May 2018 03:28:04 +0000 (20:28 -0700)
commit9d273344238330d634acb4a7d427a8fb732ae62e
tree56ce8926fa79237683bd7dcc86832c6e05e1e694
parentd8bc353aa1573c64fc61e2baeeb9bd5c41805328
bpo-33532: Fix multiprocessing test_ignore() (GH-7262)

Fix test_ignore() of multiprocessing tests like
test_multiprocessing_forkserver: use support.PIPE_MAX_SIZE to make
sure that send_bytes() blocks.
(cherry picked from commit 5d6c7ed5e340b2311a15f34e968d4bef09c71922)

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