diff options
author | Victor Stinner <vstinner@redhat.com> | 2019-09-10 15:54:51 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-10 15:54:51 (GMT) |
commit | d42a4fdc630c54352701a466a9e512bee68b5c48 (patch) | |
tree | 51a783608f5c331847cd298abd1b0df40770771c /Python/pythonrun.c | |
parent | 58ef7d341c79f649da275bb1d5c11f668d7bac9e (diff) | |
download | cpython-d42a4fdc630c54352701a466a9e512bee68b5c48.zip cpython-d42a4fdc630c54352701a466a9e512bee68b5c48.tar.gz cpython-d42a4fdc630c54352701a466a9e512bee68b5c48.tar.bz2 |
bpo-37531: Enhance regrtest multiprocess timeout (GH-15345) (GH-15871)
* 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 de2d9eed8bc628533e1628b843cc4c7a5010f6e5)
Diffstat (limited to 'Python/pythonrun.c')
0 files changed, 0 insertions, 0 deletions