[3.7] bpo-37531: Enhance regrtest multiprocess timeout (GH-15345) by vstinner · Pull Request #15874 · python/cpython

and others added 2 commits

September 10, 2019 17:09
* Write a message when killing a worker process
* Put a timeout on the second popen.communicate() call
  (after killing the process)
* Put a timeout on popen.wait() call
* Catch popen.kill() and popen.wait() exceptions

(cherry picked from commit de2d9ee)