]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-33532: Fix multiprocessing test_ignore() (GH-7265)
authorVictor Stinner <vstinner@redhat.com>
Thu, 31 May 2018 05:35:34 +0000 (07:35 +0200)
committerGitHub <noreply@github.com>
Thu, 31 May 2018 05:35:34 +0000 (07:35 +0200)
commit82c456fa37d4b87da0d64e574bd8adc665abc4c8
treee25f495cf0fd18e9e5f607d7a7bb484172d8298e
parentd5e7556e522f4662ad34b35924b6c76895df340e
bpo-33532: Fix multiprocessing test_ignore() (GH-7265)

Fix test_multiprocessing.test_ignore(): use support.PIPE_MAX_SIZE
to make sure that send_bytes() blocks.
Lib/test/test_multiprocessing.py