Home
last modified time | relevance | path

Searched refs:_SSLProtocolTransport (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Lib/asyncio/
Dsslproto.py284 class _SSLProtocolTransport(transports._FlowControlMixin, class
447 self._app_transport = _SSLProtocolTransport(self._loop, self)
/external/python/cpython3/Misc/NEWS.d/
D3.6.4rc1.rst627 Fix method set_protocol() of class _SSLProtocolTransport in asyncio module.
D3.7.0a3.rst1142 Fix method set_protocol() of class _SSLProtocolTransport in asyncio module.