[pypy-issue] [issue1468] PyPy eventlet trouble with _decref_socketios

Armin Rigo tracker at bugs.pypy.org
Thu May 16 09:28:20 CEST 2013


Armin Rigo <armin.rigo at gmail.com> 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 <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1468>
________________________________________


More information about the pypy-issue mailing list