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 MrJean1
Recipients MrJean1, alanmcintyre, donmez, facundobatista, giampaolo.rodola, josiahcarlson, mark.dickinson, r.david.murray
Date 2009-05-08.00:11:35
SpamBayes Score 0.00062056404
Marked as misclassified No
Message-id <1241741498.09.0.215924764208.issue5798@psf.upfronthosting.co.za>
In-reply-to
Content
I reran the test_synchat.py test after patching to the Lib/asyncore.py 
and Lib/test/test-asynchat.py files of Python-3.1b1 on MacOS X 10.4.11 
(Intel).

The test now hangs in
...
test_string_producer (__main__.TestAsynchat) ... ok
test_close_when_done (__main__.TestAsynchat_WithPoll) ...

The test also hangs, after removing the patches from the 
Lib/test/test_asynchat.py file but keeping the patched Lib/asyncore.py 
file.
History
Date User Action Args
2009-05-08 00:11:38MrJean1setrecipients: + MrJean1, facundobatista, josiahcarlson, mark.dickinson, alanmcintyre, giampaolo.rodola, donmez, r.david.murray
2009-05-08 00:11:38MrJean1setmessageid: <1241741498.09.0.215924764208.issue5798@psf.upfronthosting.co.za>
2009-05-08 00:11:36MrJean1linkissue5798 messages
2009-05-08 00:11:35MrJean1create