Skip to content

[2.7] bpo-33532: Fix test_multiprocessing_forkserver.test_ignore() - #7323

Merged
vstinner merged 1 commit into
python:2.7from
vstinner:test_ignore27
Jun 1, 2018
Merged

[2.7] bpo-33532: Fix test_multiprocessing_forkserver.test_ignore()#7323
vstinner merged 1 commit into
python:2.7from
vstinner:test_ignore27

Conversation

@vstinner

@vstinner vstinner commented Jun 1, 2018

Copy link
Copy Markdown
Member

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.

https://bugs.python.org/issue33532

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.
@vstinner
vstinner merged commit 1d4be0a into python:2.7 Jun 1, 2018
@vstinner
vstinner deleted the test_ignore27 branch June 1, 2018 17:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants