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 giampaolo.rodola
Recipients Carlos.Nepomuceno, giampaolo.rodola, josiahcarlson, stutzbach, tshepang
Date 2013-05-16.10:27:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1368700027.08.0.882550860441.issue17992@psf.upfronthosting.co.za>
In-reply-to
Content
Does it hang also if you run it directly as in "./python Lib/test/test_asynchat.py".
Perhaps you ca try "./python -m trace -t Lib/test/test_asynchat.py"?
Figuring this out should be relatively easy: you can also just put prints into test_asynchat.py yourself.
History
Date User Action Args
2013-05-16 10:27:07giampaolo.rodolasetrecipients: + giampaolo.rodola, josiahcarlson, stutzbach, tshepang, Carlos.Nepomuceno
2013-05-16 10:27:07giampaolo.rodolasetmessageid: <1368700027.08.0.882550860441.issue17992@psf.upfronthosting.co.za>
2013-05-16 10:27:07giampaolo.rodolalinkissue17992 messages
2013-05-16 10:27:06giampaolo.rodolacreate