]> granicus.if.org Git - python/commit
Issue #25122: Fix test_eintr, kill child process on error
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 15 Sep 2015 20:38:09 +0000 (22:38 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 15 Sep 2015 20:38:09 +0000 (22:38 +0200)
commit44879a0b18048e2d722a866e3ec0485012bce732
tree82cd75a96c6c12e046e7a791100b3dd0fee747d4
parentd7bf45f5f799b698ea84be564d3d82568b0446a7
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.
Lib/test/eintrdata/eintr_tester.py