]> granicus.if.org Git - python/commit
bpo-33532: Fix test_multiprocessing_forkserver.test_ignore() (GH-7322)
authorVictor Stinner <vstinner@redhat.com>
Fri, 1 Jun 2018 17:39:56 +0000 (19:39 +0200)
committerGitHub <noreply@github.com>
Fri, 1 Jun 2018 17:39:56 +0000 (19:39 +0200)
commit64e538bc703e423a04ab435c4eab6b950b8aef7e
treee1b8008c15af7c62c5fc65cd9361777687451372
parent137e80346ff65ad917f733d9b077e530a4797ec5
bpo-33532: Fix test_multiprocessing_forkserver.test_ignore() (GH-7322)

Use also support.SOCK_MAX_SIZE, not only support.PIPE_MAX_SIZE, to
get the size for a blocking send into a multiprocessing pipe.

Replace also test.support with support.
Lib/test/_test_multiprocessing.py