Charles-François Natali <neolo...@free.fr> added the comment:

The test fails on OS X:
"""
======================================================================
ERROR: test_handle_close_after_conn_broken 
(test.test_asyncore.TestAPI_UseIPv4Poll)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/Users/buildbot/buildarea/3.x.parc-snowleopard-1/build/Lib/test/test_asyncore.py",
 line 661, in test_handle_close_after_conn_broken
    self.loop_waiting_for_flag(client)
  File 
"/Users/buildbot/buildarea/3.x.parc-snowleopard-1/build/Lib/test/test_asyncore.py",
 line 523, in loop_waiting_for_flag
    asyncore.loop(timeout=0.01, count=1, use_poll=self.use_poll)
  File 
"/Users/buildbot/buildarea/3.x.parc-snowleopard-1/build/Lib/asyncore.py", line 
215, in loop
    poll_fun(timeout, map)
  File 
"/Users/buildbot/buildarea/3.x.parc-snowleopard-1/build/Lib/asyncore.py", line 
196, in poll2
    readwrite(obj, flags)
  File 
"/Users/buildbot/buildarea/3.x.parc-snowleopard-1/build/Lib/asyncore.py", line 
123, in readwrite
    obj.handle_error()
  File 
"/Users/buildbot/buildarea/3.x.parc-snowleopard-1/build/Lib/asyncore.py", line 
112, in readwrite
    obj.handle_expt_event()
  File 
"/Users/buildbot/buildarea/3.x.parc-snowleopard-1/build/Lib/asyncore.py", line 
476, in handle_expt_event
    self.handle_expt()
  File 
"/Users/buildbot/buildarea/3.x.parc-snowleopard-1/build/Lib/test/test_asyncore.py",
 line 470, in handle_expt
    raise Exception("handle_expt not supposed to be called")
Exception: handle_expt not supposed to be called
"""

Looks like the FD is returned in the exception set on OS X...

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue5661>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to