[issue22438] eventlet broke by python 2.7.x

Marc-Andre Lemburg report at bugs.python.org
Fri Nov 7 13:56:49 CET 2014


Marc-Andre Lemburg added the comment:

On 07.11.2014 13:12, Antoine Pitrou wrote:
> 
> 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

Yes, that hack will probably only work for gevent.

Is there a reason why caller_self needs to be passed to
context._wrap_socket() ?

I can't even find the ssl_sock kw args used in the hack in the current
2.7.9 code. The method only has a server_name argument.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22438>
_______________________________________


More information about the Python-bugs-list mailing list