]> granicus.if.org Git - python/commit
Try to fix test_signal breakages on Linux due to r61687. It appears that at
authorJeffrey Yasskin <jyasskin@gmail.com>
Fri, 21 Mar 2008 05:51:37 +0000 (05:51 +0000)
committerJeffrey Yasskin <jyasskin@gmail.com>
Fri, 21 Mar 2008 05:51:37 +0000 (05:51 +0000)
commit6cda88ea11e5434e8292ce28ce18679f929d01e4
tree0012f1cce46b18a9997406a7e801be650a7f0a76
parentcf26f5419e51a62ae796369ecece8019688f94f4
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.
Lib/test/test_signal.py