Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpo-28326: Fix multiprocessing.Process when stdout and/or stderr is closed or None. #4073

Merged
merged 1 commit into from
Oct 22, 2017

Conversation

pitrou
Copy link
Member

@pitrou pitrou commented Oct 22, 2017

@pitrou pitrou added needs backport to 3.6 type-bug An unexpected behavior, bug, or error labels Oct 22, 2017
@pitrou pitrou merged commit daeefd2 into python:master Oct 22, 2017
@miss-islington
Copy link
Contributor

Thanks @pitrou for the PR 🌮🎉.. I'm working now to backport this PR to: 3.6.
🐍🍒⛏🤖

@miss-islington
Copy link
Contributor

Sorry, @pitrou, I could not cleanly backport this to 3.6 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker daeefd2e049b74340307481112a39f77de0f4769 3.6

@pitrou pitrou deleted the mp_process_stdio_flush branch October 22, 2017 09:40
pitrou added a commit to pitrou/cpython that referenced this pull request Oct 22, 2017
pitrou added a commit to pitrou/cpython that referenced this pull request Oct 22, 2017
@bedevere-bot
Copy link

GH-4075 is a backport of this pull request to the 3.6 branch.

pitrou added a commit that referenced this pull request Oct 22, 2017
…r is closed or None. (GH-4073).  (#4075)

* bpo-28326: Fix multiprocessing.Process when stdout and/or stderr is closed or None. (#4073)

(cherry picked from commit daeefd2)

* [3.6] bpo-28326: Fix multiprocessing.Process when stdout and/or stderr is closed or None. (GH-4073).
(cherry picked from commit daeefd2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants