]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-33532: Fix multiprocessing test_ignore() (GH-7262) (#7266)
authorVictor Stinner <vstinner@redhat.com>
Thu, 31 May 2018 05:35:03 +0000 (07:35 +0200)
committerGitHub <noreply@github.com>
Thu, 31 May 2018 05:35:03 +0000 (07:35 +0200)
commitc2870b699eb899f358b843c2d706ce8ca89b2bf4
treecef7559517926d333b6cb0a9f2ed8fe47ae63995
parent7da7a01f9949f625f29960883b001af44d54402a
bpo-33532: Fix multiprocessing test_ignore() (GH-7262) (#7266)

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)
Lib/test/_test_multiprocessing.py