Armin Rigo <[email protected]> added the comment: My current understanding:
- the call to _decref_socketios() that crashes occurs in socket.py, not in eventlet at all. I believe this is because eventlet builds a <socket._fileobject> instance that contains directly a <_socket.socket> instance, rather than (as done normally) a <socket._socketobject>. - _reuse and _drop on <_socket.socket> are actually never used any more, and not tested anywhere I can find. In summary I've a bit no clue but until a better understanding is found I'll just adopt the solution of issue1487. ---------- status: chatting -> testing ________________________________________ PyPy bug tracker <[email protected]> <https://bugs.pypy.org/issue1468> ________________________________________ _______________________________________________ pypy-issue mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-issue
