2018-05-30 18:02 GMT+02:00 Nathaniel Smith <[email protected]>: > On Wed, May 30, 2018, 07:30 Victor Stinner <[email protected]> wrote: >> >> Does anyone would benefit of MemoryBIO in Python 2.7? Twisted, >> asyncio, trio, urllib3, anyone else? > > Asyncio and trio are strongly py3-only. Twisted's TLS functionality is built > around pyopenssl, so the stdlib ssl module doesn't affect them. Urllib3 uses > the socket-wrapping APIs, not MemoryBIO. So fwiw I don't think any of those > projects would benefit.
MemoryBIO was the key feature which allowed to implement TLS for the ProactorEventLoop (IOCP) of asyncio. I'm not sure that the Python 2.7 ssl module is a drop-in replacement for pyopenssl. Victor _______________________________________________ Python-Dev mailing list [email protected] https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
