[issue11657] multiprocessing_{send,recv}fd fail with fds > 256

Antoine Pitrou report at bugs.python.org
Tue Aug 23 18:00:37 CEST 2011


Antoine Pitrou <pitrou at free.fr> added the comment:

Now that I think of it, it would be nice to add some simple tests for recvfd and sendfd in test_multiprocessing.
(also, when os.dup2() is available, you can easily generate an arbitrary big file descriptor)

----------

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


More information about the Python-bugs-list mailing list