Staging
v0.5.1
https://github.com/python/cpython
Revision ff5d21331ec6cefec6ba5b78d256d8dbcd67a069 authored by Miss Islington (bot) on 11 March 2018, 18:42:37 UTC, committed by Antoine Pitrou on 11 March 2018, 18:42:37 UTC
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 e756f66c83786ee82f5f7d45931ae50a6931dd7f)

Co-authored-by: Antoine Pitrou <pitrou@free.fr>
1 parent 04aadf2
History
Tip revision: ff5d21331ec6cefec6ba5b78d256d8dbcd67a069 authored by Miss Islington (bot) on 11 March 2018, 18:42:37 UTC
bpo-31804: Fix multiprocessing.Process with broken standard streams (GH-6079) (GH-6080)
Tip revision: ff5d213
File Mode Size
.github
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Programs
Python
Tools
m4
.gitattributes -rw-r--r-- 772 bytes
.gitignore -rw-r--r-- 1.5 KB
.travis.yml -rw-r--r-- 5.7 KB
LICENSE -rw-r--r-- 12.5 KB
Makefile.pre.in -rw-r--r-- 60.8 KB
README.rst -rw-r--r-- 9.1 KB
aclocal.m4 -rw-r--r-- 10.7 KB
config.guess -rwxr-xr-x 43.2 KB
config.sub -rwxr-xr-x 35.7 KB
configure -rwxr-xr-x 481.7 KB
configure.ac -rw-r--r-- 159.6 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 42.2 KB
setup.py -rw-r--r-- 99.7 KB

README.rst

back to top