Skip to content

[3.6] bpo-33532: Fix test_multiprocessing_forkserver.test_ignore()#7322

Merged
vstinner merged 1 commit into
python:3.6from
vstinner:test_ignore36
Jun 1, 2018
Merged

[3.6] bpo-33532: Fix test_multiprocessing_forkserver.test_ignore()#7322
vstinner merged 1 commit into
python:3.6from
vstinner:test_ignore36

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 64e538b into python:3.6 Jun 1, 2018
@vstinner vstinner deleted the test_ignore36 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