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

Dave Malcolm report at bugs.python.org
Tue Jun 14 20:17:32 CEST 2011


Dave Malcolm <dmalcolm at redhat.com> added the comment:

The analogous code within Modules/selectmodule.c uses
  #ifdef HAVE_POLL
to guard the poll-using code, to support non-Windows platforms that don't have "poll".

Presumably a patch for this should do the same.

----------

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


More information about the Python-bugs-list mailing list