Re: [Python-Dev] sendmsg/recvmsg on Mac OS X

2011-08-24 Thread Ned Deily
In article <20110824205047.6be49...@pitrou.net>, Antoine Pitrou wrote: > On Wed, 24 Aug 2011 11:37:20 -0700 > Ned Deily wrote: > > In article <20110824184927.2697b...@pitrou.net>, > > Antoine Pitrou wrote: > > > On Wed, 24 Aug 2011 15:31:50 +0200 > > > Charles-François Natali wrote: > > > > >

Re: [Python-Dev] sendmsg/recvmsg on Mac OS X

2011-08-24 Thread Ned Deily
In article , Charles-Francois Natali wrote: > > But Snow Leopard, where these failures occur, is OS X 10.6. > > *sighs* > It still looks like a kernel/libc bug to me: AFAICT, both the code and > the tests are correct. > And apparently, there are still issues pertaining to FD passing on > 10.5 (

Re: [Python-Dev] sendmsg/recvmsg on Mac OS X

2011-08-24 Thread Charles-François Natali
> But Snow Leopard, where these failures occur, is OS X 10.6. *sighs* It still looks like a kernel/libc bug to me: AFAICT, both the code and the tests are correct. And apparently, there are still issues pertaining to FD passing on 10.5 (and maybe later, I couldn't find a public access to their bug

Re: [Python-Dev] sendmsg/recvmsg on Mac OS X

2011-08-24 Thread Antoine Pitrou
On Wed, 24 Aug 2011 11:37:20 -0700 Ned Deily wrote: > In article <20110824184927.2697b...@pitrou.net>, > Antoine Pitrou wrote: > > On Wed, 24 Aug 2011 15:31:50 +0200 > > Charles-François Natali wrote: > > > > The buildbots are complaining about some of tests for the new > > > > socket.sendmsg/

Re: [Python-Dev] sendmsg/recvmsg on Mac OS X

2011-08-24 Thread Ned Deily
In article <20110824184927.2697b...@pitrou.net>, Antoine Pitrou wrote: > On Wed, 24 Aug 2011 15:31:50 +0200 > Charles-François Natali wrote: > > > The buildbots are complaining about some of tests for the new > > > socket.sendmsg/recvmsg added by issue #6560 for *nix platforms that > > > provide

Re: [Python-Dev] sendmsg/recvmsg on Mac OS X

2011-08-24 Thread Antoine Pitrou
On Wed, 24 Aug 2011 15:31:50 +0200 Charles-François Natali wrote: > > The buildbots are complaining about some of tests for the new > > socket.sendmsg/recvmsg added by issue #6560 for *nix platforms that > > provide CMSG_LEN. > > Looks like kernel bugs: > http://developer.apple.com/library/mac/#q

Re: [Python-Dev] sendmsg/recvmsg on Mac OS X

2011-08-24 Thread Charles-François Natali
> The buildbots are complaining about some of tests for the new > socket.sendmsg/recvmsg added by issue #6560 for *nix platforms that > provide CMSG_LEN. Looks like kernel bugs: http://developer.apple.com/library/mac/#qa/qa1541/_index.html """ Yes. Mac OS X 10.5 fixes a number of kernel bugs rela

[Python-Dev] sendmsg/recvmsg on Mac OS X

2011-08-24 Thread Nick Coghlan
The buildbots are complaining about some of tests for the new socket.sendmsg/recvmsg added by issue #6560 for *nix platforms that provide CMSG_LEN. http://www.python.org/dev/buildbot/all/builders/AMD64%20Snow%20Leopard%202%203.x/builds/831/steps/test/logs/stdio Before I start trying to figure thi