New submission from Andrew Svetlov <andrew.svet...@gmail.com>:
SSLSocket is a blocking object by definition, it is not compatible with asyncio. asyncio has a check for SSLSocket in sock_*() operations, it should be extended to transport-based API ---------- title: SSLWantReadError causes _SelectorSocketTransport to close -> Forbid passing SSLSocket into asyncio methods _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue46252> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com