Antoine Pitrou <pit...@free.fr> added the comment:

Florent, you shouldn't need to silence socket.error at this level.

I think what needs to happen is that, when unwrap() fails in 
SSLConnection.close(), handle_read() and handle_write() retry the unwrap() 
call. That's what I gather from the explanation of the new behaviour.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue8108>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to