bpo-36719: Fix regrtest MultiprocessThread by vstinner · Pull Request #13301 · python/cpython

@vstinner

MultiprocessThread.kill() now closes stdout and stderr to prevent
popen.communicate() to hang.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

May 14, 2019
MultiprocessThread.kill() now closes stdout and stderr to prevent
popen.communicate() to hang.
(cherry picked from commit c923c34)

Co-authored-by: Victor Stinner <vstinner@redhat.com>

vstinner added a commit that referenced this pull request

May 14, 2019
MultiprocessThread.kill() now closes stdout and stderr to prevent
popen.communicate() to hang.
(cherry picked from commit c923c34)

Co-authored-by: Victor Stinner <vstinner@redhat.com>