Message87455
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. |
|
Date |
User |
Action |
Args |
2009-05-08 18:24:09 | mark.dickinson | set | recipients:
+ mark.dickinson, facundobatista, josiahcarlson, alanmcintyre, giampaolo.rodola, donmez, MrJean1, r.david.murray |
2009-05-08 18:24:09 | mark.dickinson | set | messageid: <1241807049.49.0.232294358749.issue5798@psf.upfronthosting.co.za> |
2009-05-08 18:24:08 | mark.dickinson | link | issue5798 messages |
2009-05-08 18:24:07 | mark.dickinson | create | |
|