This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author neologix
Recipients Andrew.Grover, baikie, brian, exarkun, giampaolo.rodola, jackdied, janssen, ncoghlan, neologix, pitrou, python-dev, rosslagerwall, synapse, therve, vstinner, wiml
Date 2011-08-25.17:28:00
SpamBayes Score 9.39796e-07
Marked as misclassified No
Message-id <1314293281.07.0.192116643154.issue6560@psf.upfronthosting.co.za>
In-reply-to
Content
> The OS X buildbots show some failures:

It seems to fail consistently on every OS X version.
I've had another look both at the code and the test, and couldn't find anything wrong with it.
Since there are a number of known bugs pertaining to FD passing on OS X - even on recent versions - I'd suggest to skip those tests on this platform.
As for sendto/sendmsg not being interrupted by the signal, I'd be curious to see if running test_socket alone solves the problem (just to make sure no other thread is running, which might receive the signal).
History
Date User Action Args
2011-08-25 17:28:01neologixsetrecipients: + neologix, exarkun, ncoghlan, janssen, pitrou, therve, vstinner, jackdied, baikie, giampaolo.rodola, synapse, Andrew.Grover, wiml, rosslagerwall, python-dev, brian
2011-08-25 17:28:01neologixsetmessageid: <1314293281.07.0.192116643154.issue6560@psf.upfronthosting.co.za>
2011-08-25 17:28:00neologixlinkissue6560 messages
2011-08-25 17:28:00neologixcreate