mirror of https://github.com/python/cpython
Browse Source
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.pull/6085/head
committed by
GitHub
5 changed files with 47 additions and 12 deletions
Loading…
Reference in new issue