[issue5798] test_asynchat fails on Mac OSX

Mark Dickinson report at bugs.python.org
Fri May 8 20:24:09 CEST 2009


Mark Dickinson <dickinsm at gmail.com> added the comment:

With Josiah's patch, on trunk (r72475), test_asyncore passes, but
test_asynchat is still hanging in the test:

test_close_when_done (__main__.TestAsynchat_WithPoll) ... 

The hang occurs at the line "data = conn.recv(1)" in the run method
of the echo_server class in Lib/test/test_asynchat.py.

----------

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


More information about the Python-bugs-list mailing list