[proxy] web.archive.org← back | site home | direct (HTTPS) ↗ | proxy home | ◑ dark◐ light
/ cpython Public
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

Copy link
Member

pitrou commented Oct 22, 2017

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

miss-islington commented Oct 22, 2017

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

Copy link
Contributor

miss-islington commented Oct 22, 2017

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 deleted the mp_process_stdio_flush branch Oct 22, 2017
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
Copy link

bedevere-bot commented Oct 22, 2017

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.

None yet

4 participants