commit | 6cda88ea11e5434e8292ce28ce18679f929d01e4 | [log] [tgz] |
---|---|---|
author | Jeffrey Yasskin <jyasskin@gmail.com> | Fri Mar 21 05:51:37 2008 +0000 |
committer | Jeffrey Yasskin <jyasskin@gmail.com> | Fri Mar 21 05:51:37 2008 +0000 |
tree | 0012f1cce46b18a9997406a7e801be650a7f0a76 | |
parent | cf26f5419e51a62ae796369ecece8019688f94f4 [diff] |
Try to fix test_signal breakages on Linux due to r61687. It appears that at least two of the linux build bots aren't leaving zombie processes around for os.waitpid to wait for, causing ECHILD errors. This would be a symptom of a bug somewhere, but probably not in signal itself.