[issue11867] Make test_mailbox deterministic

R. David Murray report at bugs.python.org
Tue Apr 19 17:45:37 CEST 2011


R. David Murray <rdmurray at bitdance.com> added the comment:

I think the fix is to either put a try/except around the socket shutdown call, or to remove it entirely (I think things will still work right on linux without it).  If you leave the self.c_sock_close = True in, it should take care of the resource warning.

----------

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


More information about the Python-bugs-list mailing list