STINNER Victor added the comment:

The sslproto.py which just has been merged has a similar issue:

            if isinstance(exc, Exception):
                if self._waiter is not None:
                    self._waiter.set_exception(exc)

in _on_handshake_complete().

----------

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

Reply via email to