New submission from Andrew Svetlov <[email protected]>: It uses `wrap_socket` and exists only for backward compatibility with Python without ssl.MemoryBIO, which is Python 3.4
Let's cut it out from Python 3.7 and 3.6 -- it's safe, pretty sure. ---------- components: Library (Lib), asyncio messages: 306482 nosy: asvetlov, yselivanov priority: normal severity: normal status: open title: Drop loop._make_legacy_ssl_transport versions: Python 3.6, Python 3.7 _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue32069> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
