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

STINNER Victor report at bugs.python.org
Thu Jan 3 02:51:14 CET 2013


STINNER Victor added the comment:

> New changeset c5c27b84d7af by Giampaolo Rodola' in branch '2.7':
> Fix issue 10527: make multiprocessing use poll() instead of select() if available.
> http://hg.python.org/cpython/rev/c5c27b84d7af

This changeset broke many buildbots, at least:
http://buildbot.python.org/all/builders/x86%20XP-5%202.7/builds/439/steps/test/logs/stdio

  File "D:\Buildslave\2.7.moore-windows\build\lib\multiprocessing\connection.py", line 203, in <module>
    if hasattr(select, 'poll'):
NameError: name 'select' is not defined

(I reopen the issue)

----------
resolution: fixed -> 
status: closed -> open

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


More information about the Python-bugs-list mailing list