[issue17684] Skip tests in test_socket like testFDPassSeparate on OS X

Richard Oudkerk report at bugs.python.org
Wed Apr 10 11:56:17 CEST 2013


Richard Oudkerk added the comment:

On 10/04/2013 6:32am, Charles-François Natali wrote:
> Richard, IIRC, you said somewhere that FD passing failures on OS X
> could be made to work by passing a FD at a time, or something like
> that. What do you think of those faiilures?

I think sending one *array* at a time works as well.  These two failures 
send two arrays, so they are expected.

(Also, the sending process should wait for some sort of notification 
that the receiving process has received the fds before continuing: 
closing the socket prematurely causes problems.)

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17684>
_______________________________________


More information about the Python-bugs-list mailing list