New submission from Andrew Svetlov <[email protected]>:
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 <[email protected]> <https://bugs.python.org/issue46252> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
