]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-36719: Fix regrtest MultiprocessThread (GH-13301) (GH-13303)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 14 May 2019 12:12:49 +0000 (05:12 -0700)
committerVictor Stinner <vstinner@redhat.com>
Tue, 14 May 2019 12:12:49 +0000 (14:12 +0200)
commitd8e123a48f1666227abdb90d84c58efe7bb4f3d8
tree17b52a494950c5287a530d43c89452b807bc2680
parent30cccf084d1560d9e3382e69d828b3be8cdb0286
bpo-36719: Fix regrtest MultiprocessThread (GH-13301) (GH-13303)

MultiprocessThread.kill() now closes stdout and stderr to prevent
popen.communicate() to hang.
(cherry picked from commit c923c3449f825021b13521b2380e67ba35a36f55)

Co-authored-by: Victor Stinner <vstinner@redhat.com>
Lib/test/libregrtest/runtest_mp.py