[issue11657] multiprocessing_{send,recv}fd fail with fds > 256
Antoine Pitrou
report at bugs.python.org
Tue Aug 23 17:53:59 CEST 2011
Antoine Pitrou <pitrou at free.fr> added the comment:
> For 3.3, it may be relevant that send/recvmsg are now available via
> the socket API (see #6560)
I think sendfds/recvfds helper methods could be added to the socket type, so that programmers don't have to get the incantations right by themselves (note the plural, because passing several fds at once is more generic :-)).
That said, +1 on committing Petri's patch. Will do it in a hour or two if noone is faster.
----------
nosy: +pitrou
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11657>
_______________________________________
More information about the Python-bugs-list
mailing list