cpython/Lib/multiprocessing
Miss Islington (bot) ff5d21331e bpo-31804: Fix multiprocessing.Process with broken standard streams (GH-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 e756f66c83)

Co-authored-by: Antoine Pitrou <pitrou@free.fr>
2018-03-11 19:42:37 +01:00
..
dummy
__init__.py
connection.py
context.py
forkserver.py
heap.py
managers.py
pool.py bpo-32576: use queue.SimpleQueue in critical places (#5216) 2018-01-18 10:38:03 +01:00
popen_fork.py bpo-31804: Fix multiprocessing.Process with broken standard streams (GH-6079) (GH-6080) 2018-03-11 19:42:37 +01:00
popen_forkserver.py
popen_spawn_posix.py
popen_spawn_win32.py
process.py bpo-31804: Fix multiprocessing.Process with broken standard streams (GH-6079) (GH-6080) 2018-03-11 19:42:37 +01:00
queues.py bpo-31699 Deadlocks in `concurrent.futures.ProcessPoolExecutor` with pickling error (#3895) 2018-01-05 11:15:54 +01:00
reduction.py
resource_sharer.py
semaphore_tracker.py
sharedctypes.py
spawn.py
synchronize.py
util.py bpo-31804: Fix multiprocessing.Process with broken standard streams (GH-6079) (GH-6080) 2018-03-11 19:42:37 +01:00