]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-33532: Fix test_multiprocessing_forkserver.test_ignore() (GH-7319)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 1 Jun 2018 15:21:21 +0000 (08:21 -0700)
committerGitHub <noreply@github.com>
Fri, 1 Jun 2018 15:21:21 +0000 (08:21 -0700)
commit63fa8db58c349f985d75139e6545cfddf067c07b
tree9a580407118f75b1e50010d54a77bfd02712f1ee
parent29ae9dc7c30b23055fdd39bec4c8f19a28392351
bpo-33532: Fix test_multiprocessing_forkserver.test_ignore() (GH-7319)

Use also support.SOCK_MAX_SIZE, not only support.PIPE_MAX_SIZE, to
get the size for a blocking send into a multiprocessing pipe.
(cherry picked from commit 252f6abe0a9430f4ae7588c0cb50a6ff141bebe3)

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