This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mark.dickinson
Recipients MrJean1, alanmcintyre, donmez, facundobatista, giampaolo.rodola, josiahcarlson, mark.dickinson, r.david.murray
Date 2009-05-08.18:24:07
SpamBayes Score 7.245255e-05
Marked as misclassified No
Message-id <1241807049.49.0.232294358749.issue5798@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2009-05-08 18:24:09mark.dickinsonsetrecipients: + mark.dickinson, facundobatista, josiahcarlson, alanmcintyre, giampaolo.rodola, donmez, MrJean1, r.david.murray
2009-05-08 18:24:09mark.dickinsonsetmessageid: <1241807049.49.0.232294358749.issue5798@psf.upfronthosting.co.za>
2009-05-08 18:24:08mark.dickinsonlinkissue5798 messages
2009-05-08 18:24:07mark.dickinsoncreate