]> granicus.if.org Git - python/commit
bpo-33532: Fix test_multiprocessing_forkserver.test_ignore() (GH-7319)
authorVictor Stinner <vstinner@redhat.com>
Fri, 1 Jun 2018 14:48:34 +0000 (16:48 +0200)
committerGitHub <noreply@github.com>
Fri, 1 Jun 2018 14:48:34 +0000 (16:48 +0200)
commit252f6abe0a9430f4ae7588c0cb50a6ff141bebe3
tree9bde0dcf3f2b13a9f7f0b62adaae363bcd4a1ee2
parent829fcd0612049b21a6d3802b3306705218255f6b
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.
Lib/test/_test_multiprocessing.py