[issue9619] test_ssl freezes

Antoine Pitrou report at bugs.python.org
Mon Aug 16 02:19:42 CEST 2010


Antoine Pitrou <pitrou at free.fr> added the comment:

> does test_smtpd register file descriptor 0 (stdin) in asyncore?

After some debug prints, it turns out to be the case.
One general problem is asyncore's global socket_map, which means it can leak between tests if some tests fail cleaning correctly after themselves.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9619>
_______________________________________


More information about the Python-bugs-list mailing list