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 pitrou
Recipients Arfrever, Denis.Bilenko, alex, barry, benjamin.peterson, christian.heimes, dstufft, giampaolo.rodola, janssen, lemburg, pitrou
Date 2014-11-07.12:12:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1415362338.62.0.267410333193.issue22438@psf.upfronthosting.co.za>
In-reply-to
Content
It's not a mere matter of putting back the code... The 3.x ssl implementation which was backported uses a slightly different approach from the 2.x implementation, so it's not obvious we can recreate an entirely compatible implementation of_ssl.sslwrap().

As a matter of fact, gevent's fix uses some frame locals hackery to lookup the caller's "self" variable, which means it probably won't work in the general case:
https://github.com/Eugeny/ajenti/commit/54442ccb2b9ee24af15500557e7dd7b2f58acb97
History
Date User Action Args
2014-11-07 12:12:18pitrousetrecipients: + pitrou, lemburg, barry, janssen, giampaolo.rodola, christian.heimes, benjamin.peterson, Arfrever, alex, Denis.Bilenko, dstufft
2014-11-07 12:12:18pitrousetmessageid: <1415362338.62.0.267410333193.issue22438@psf.upfronthosting.co.za>
2014-11-07 12:12:18pitroulinkissue22438 messages
2014-11-07 12:12:18pitroucreate