[issue10527] multiprocessing.Pipe problem: "handle out of range in select()"

Antoine Pitrou report at bugs.python.org
Mon Oct 22 20:14:54 CEST 2012


Antoine Pitrou added the comment:

I don't like this patch since it makes the implementation poorly testable. Moreover, behaviour might change subtly when the fd becomes > 512. I think that instead the code should always use poll() on platforms where it is available.

----------

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


More information about the Python-bugs-list mailing list