[issue25114] asynico: add ssl_object extra info

STINNER Victor report at bugs.python.org
Tue Sep 15 00:02:11 CEST 2015


STINNER Victor added the comment:

Workaround for Python 3.5.0: force the legacy SSL implementation. For example, monkey patch the asyncio module with:

asyncio.sslproto._is_sslproto_availabe=lambda: False

----------

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


More information about the Python-bugs-list mailing list