]> granicus.if.org Git - python/commit
bpo-28326: Fix multiprocessing.Process when stdout and/or stderr is closed or None...
authorAntoine Pitrou <pitrou@free.fr>
Sun, 22 Oct 2017 09:40:31 +0000 (11:40 +0200)
committerGitHub <noreply@github.com>
Sun, 22 Oct 2017 09:40:31 +0000 (11:40 +0200)
commitdaeefd2e049b74340307481112a39f77de0f4769
tree7b55a2b183b67fef2f41257d2a87b3f2e87ee02e
parent73c4708630f99b94c35476529748629fff1fc63e
bpo-28326: Fix multiprocessing.Process when stdout and/or stderr is closed or None. (#4073)
Lib/multiprocessing/popen_fork.py
Lib/test/_test_multiprocessing.py
Misc/NEWS.d/next/Library/2017-10-22-11-06-02.bpo-28326.rxh7L4.rst [new file with mode: 0644]