cpython/Lib/test/eintrdata
Victor Stinner 44879a0b18 Issue #25122: Fix test_eintr, kill child process on error
Some test_eintr hangs on waiting for the child process completion if an error
occurred on the parent. Kill the child process on error (in the parent)
to avoid the hang.
2015-09-15 22:38:09 +02:00
..
eintr_tester.py Issue #25122: Fix test_eintr, kill child process on error 2015-09-15 22:38:09 +02:00