commit | 63fa8db58c349f985d75139e6545cfddf067c07b | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Fri Jun 01 08:21:21 2018 -0700 |
committer | GitHub <noreply@github.com> | Fri Jun 01 08:21:21 2018 -0700 |
tree | 9a580407118f75b1e50010d54a77bfd02712f1ee | |
parent | 29ae9dc7c30b23055fdd39bec4c8f19a28392351 [diff] |
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>