[Python-3000] test_asynchat hanging

Bill Janssen janssen at parc.com
Mon Nov 26 19:28:38 CET 2007


> skip at pobox.com 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


More information about the Python-3000 mailing list