[proxy] github.com← back | site home | direct (HTTPS) ↗ | proxy home | ◑ dark◐ light

bpo-31804: Fix multiprocessing.Process with broken standard streams by pitrou · Pull Request #6079 · python/cpython

the-knights-who-say-ni

In some conditions the standard streams will be None or closed in the child process
(for example if using "pythonw" instead of "python" on Windows).  Avoid failing
with a non-0 exit code in those conditions.

Report and initial patch by poxthegreat.

Closed

pitrou deleted the bpo-31804-mp-std-streams branch

March 11, 2018 18:24

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Mar 11, 2018
…ythonGH-6079)

In some conditions the standard streams will be None or closed in the child process (for example if using "pythonw" instead of "python" on Windows).  Avoid failing with a non-0 exit code in those conditions.

Report and initial patch by poxthegreat.
(cherry picked from commit e756f66)

Co-authored-by: Antoine Pitrou <pitrou@free.fr>

pitrou added a commit to pitrou/cpython that referenced this pull request

Mar 11, 2018
…eams (pythonGH-6079)

In some conditions the standard streams will be None or closed in the child process (for example if using "pythonw" instead of "python" on Windows).  Avoid failing with a non-0 exit code in those conditions.

Report and initial patch by poxthegreat..
(cherry picked from commit e756f66)

pitrou added a commit that referenced this pull request

Mar 11, 2018
…H-6079) (GH-6080)

In some conditions the standard streams will be None or closed in the child process (for example if using "pythonw" instead of "python" on Windows).  Avoid failing with a non-0 exit code in those conditions.

Report and initial patch by poxthegreat.
(cherry picked from commit e756f66)

Co-authored-by: Antoine Pitrou <pitrou@free.fr>

pitrou added a commit that referenced this pull request

Mar 11, 2018
…eams (GH-6079) (GH-6081)

In some conditions the standard streams will be None or closed in the child process (for example if using "pythonw" instead of "python" on Windows).  Avoid failing with a non-0 exit code in those conditions.

Report and initial patch by poxthegreat..
(cherry picked from commit e756f66)

jo2y pushed a commit to jo2y/cpython that referenced this pull request

Mar 23, 2018
…ython#6079)

In some conditions the standard streams will be None or closed in the child process (for example if using "pythonw" instead of "python" on Windows).  Avoid failing with a non-0 exit code in those conditions.

Report and initial patch by poxthegreat.