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

[3.6] bpo-28326: Fix multiprocessing.Process when stdout and/or stderr is closed or None. (GH-4073). #4075

Merged
merged 2 commits into from
Oct 22, 2017

Conversation

pitrou
Copy link
Member

@pitrou pitrou commented Oct 22, 2017

(cherry picked from commit daeefd2)

https://bugs.python.org/issue28326

@progval
Copy link

progval commented May 26, 2018

This backport does not seem to work, because sys.stdout.flush() raises an OSError, not an AttributeError or a ValueError.

One of my users still has the issue on Python 3.6.4: progval/Limnoria#1264 (comment)

@progval
Copy link

progval commented Aug 1, 2018

@pitrou ping

@pitrou
Copy link
Member Author

pitrou commented Aug 1, 2018

@progval Sorry, I hadn't seen your post. Can you open a new issue on https://bugs.python.org for this?

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