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

Giampaolo Rodola' report at bugs.python.org
Mon Jan 14 00:30:07 CET 2013


Giampaolo Rodola' added the comment:

What do you mean? The intent was to use poll() instead of select() anywhere available in order to avoid running out of fds.
The change didn't affect Windows because as of right now select() is the only thing available.

----------

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


More information about the Python-bugs-list mailing list