]> granicus.if.org Git - python/commit
[3.6] bpo-28326: Fix multiprocessing.Process when stdout and/or stderr is closed...
authorAntoine Pitrou <pitrou@free.fr>
Sun, 22 Oct 2017 10:27:13 +0000 (12:27 +0200)
committerGitHub <noreply@github.com>
Sun, 22 Oct 2017 10:27:13 +0000 (12:27 +0200)
commit34ef6da8f5fb03b83268bd35b77fb2183c748b70
tree88c07d2426eefdb64ef79401da734ac659f11771
parent1e78ed6825701029aa45a68f9e62dd3bb8d4e928
[3.6] bpo-28326: Fix multiprocessing.Process when stdout and/or stderr is closed or None. (GH-4073).  (#4075)

* bpo-28326: Fix multiprocessing.Process when stdout and/or stderr is closed or None. (#4073)

(cherry picked from commit daeefd2e049b74340307481112a39f77de0f4769)

* [3.6] bpo-28326: Fix multiprocessing.Process when stdout and/or stderr is closed or None. (GH-4073).
(cherry picked from commit daeefd2e049b74340307481112a39f77de0f4769)
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]