]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-33532: Fix test_multiprocessing_forkserver.test_ignore() (GH-7323)
authorVictor Stinner <vstinner@redhat.com>
Fri, 1 Jun 2018 17:39:10 +0000 (19:39 +0200)
committerGitHub <noreply@github.com>
Fri, 1 Jun 2018 17:39:10 +0000 (19:39 +0200)
commit1d4be0a65f66c2eecefb8b8bd4d115a82fa61067
tree7e163f2e7c502b2c534e8e234e53f6726f56894d
parent3604b2390a8986117c35d661d3d3a5977dfe8260
bpo-33532: Fix test_multiprocessing_forkserver.test_ignore() (GH-7323)

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