> [EMAIL PROTECTED] wrote: > > Am I the only person for whom test_asynchat is hanging? If it's not already > > a known issue let me know and I'll try and characterize it a bit better than > > "it hangs". > > No, you are not alone although I've never seen a hanging async test on > my systems. But other developers share the problem: > http://bugs.python.org/issue1067
You might want to check to make sure that the socket on the other end of the connection is being closed. That not happening caused a number of the SSL tests to hang. Bill _______________________________________________ Python-3000 mailing list Python-3000@python.org http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com