SIGN IN SIGN UP

bpo-31804: Fix multiprocessing.Process with broken standard streams (#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.
A
Antoine Pitrou committed
e756f66c83786ee82f5f7d45931ae50a6931dd7f
Parent: 9fb8415
Committed by GitHub <noreply@github.com> on 3/11/2018, 6:21:38 PM