Jesse Noller <jnol...@gmail.com> added the comment: OS/X, Python Trunk:
>>> from multiprocessing import Pipe >>> a, b = Pipe() >>> a.close() >>> a.poll() Traceback (most recent call last): File "<stdin>", line 1, in <module> IOError: handle out of range in select() >>> 2.6.1 Does not have the fix (I can segfault it here too). Ben, are we planning a 2.6.2? ---------- nosy: +benjamin.peterson _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue5570> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com