bpo-36719: Fix regrtest MultiprocessThread (GH-13301)
MultiprocessThread.kill() now closes stdout and stderr to prevent popen.communicate() to hang.
Showing
Please register or sign in to comment
MultiprocessThread.kill() now closes stdout and stderr to prevent popen.communicate() to hang.