This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author asvetlov
Recipients asvetlov, gvanrossum, yselivanov, Константин Волков
Date 2016-09-20.23:08:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1474412914.29.0.156147166282.issue28213@psf.upfronthosting.co.za>
In-reply-to
Content
-1, agree with Yury.
As an option it's possible to wrap `sslproto.SSLProtocol` by custom derived class which overrides `connection_made()` for storing a transport somewhere.
The solution looks like sub-optimal but it's backward-compatible.
The other problem is: `sslproto` is a very private module for working with SSL if `ssl.MemoryBIO` is available.
I believe that third-party code shouldn't rely on `sslproto.SSLProtocol` and even on `asyncio.sslproto` existence.
History
Date User Action Args
2016-09-20 23:08:34asvetlovsetrecipients: + asvetlov, gvanrossum, yselivanov, Константин Волков
2016-09-20 23:08:34asvetlovsetmessageid: <1474412914.29.0.156147166282.issue28213@psf.upfronthosting.co.za>
2016-09-20 23:08:34asvetlovlinkissue28213 messages
2016-09-20 23:08:34asvetlovcreate