]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-36719: Fix regrtest MultiprocessThread (GH-13301)
authorVictor Stinner <vstinner@redhat.com>
Tue, 14 May 2019 01:47:32 +0000 (03:47 +0200)
committerGitHub <noreply@github.com>
Tue, 14 May 2019 01:47:32 +0000 (03:47 +0200)
commitc923c3449f825021b13521b2380e67ba35a36f55
tree5e0c94947978645dd33e9da8063701388771bc94
parent1a10a6b980dbddb59a054f273dbd97ea5e7ccda4
bpo-36719: Fix regrtest MultiprocessThread (GH-13301)

MultiprocessThread.kill() now closes stdout and stderr to prevent
popen.communicate() to hang.
Lib/test/libregrtest/runtest_mp.py