[issue22560] Add loop-agnostic SSL implementation to asyncio

Antoine Pitrou report at bugs.python.org
Thu Oct 16 02:14:05 CEST 2014


Antoine Pitrou added the comment:

Here is an updated patch. It hooks into the Proactor event loop (tested under Windows) and also adds a fallback for older Pythons (with tests).

----------
Added file: http://bugs.python.org/file36945/sslproto3.patch

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


More information about the Python-bugs-list mailing list