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 geertj
Recipients Arfrever, alex, benjamin.peterson, christian.heimes, dstufft, geertj, giampaolo.rodola, glyph, janssen, ncoghlan, pitrou, vstinner
Date 2017-05-11.19:59:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1494532793.4.0.728131649665.issue22559@psf.upfronthosting.co.za>
In-reply-to
Content
Glyph, if this is just for Twisted you could ship the "sslcompat" module that I'm shipping with Gruvi. It backports the async IO stuff and a few other pieces through an extension module.

https://github.com/geertj/gruvi/blob/master/src/sslcompat.c

and

https://github.com/geertj/gruvi/blob/master/lib/gruvi/sslcompat.py

But having this in the stdlib itself is much cleaner of course.
History
Date User Action Args
2017-05-11 19:59:53geertjsetrecipients: + geertj, ncoghlan, janssen, pitrou, vstinner, giampaolo.rodola, christian.heimes, benjamin.peterson, glyph, Arfrever, alex, dstufft
2017-05-11 19:59:53geertjsetmessageid: <1494532793.4.0.728131649665.issue22559@psf.upfronthosting.co.za>
2017-05-11 19:59:53geertjlinkissue22559 messages
2017-05-11 19:59:53geertjcreate