[issue12039] test_logging: bad file descriptor on FreeBSD bot

Vinay Sajip report at bugs.python.org
Tue May 10 08:49:46 CEST 2011


Vinay Sajip <vinay_sajip at yahoo.co.uk> added the comment:

I've done a bit more investigating, and the select.error is raised in the server thread when the main thread closes the SMTP server (asyncore.dispatcher). I've modified the server code to swallow the error if the server has been closed.

This closes the issue as far as the select.error is concerned - leaving open for Senthil's follow-up on BadStatusLine.

----------

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


More information about the Python-bugs-list mailing list