Re: [Python-Dev] test_signal on osx g4

2008-04-01 Thread Jeffrey Yasskin
I've tried to fix test_signal at least. For those particular calls, EINTR means that the kill I launched finished before I was expecting, so we can ignore it without retrying. Figuring out subprocess in general is a worthy goal but shouldn't block making the test less flaky. :) r62102. On Tue, Apr

Re: [Python-Dev] test_signal on osx g4

2008-04-01 Thread Ralf Schmitt
this is http://bugs.python.org/issue1068268 On Tue, Apr 1, 2008 at 5:05 PM, <[EMAIL PROTECTED]> wrote: > test_signal is failing on osx g4: > >test test_signal failed -- Traceback (most recent call last): > File > "/Users/buildslave/bb/trunk.psf-g4/build/Lib/test/test_signal.py", line 151