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

Amaury Forgeot d Arc tracker at bugs.pypy.org
Thu May 16 10:00:08 CEST 2013


Amaury Forgeot d Arc <amauryfa at gmail.com> added the comment:

_decref_socketios() comes from Python 3, where it was decided that sockets should not rely 
on reference counting (cf. ResourceWarning). IIRC this is also important for ssl sockets, 
which may create cycles.

I also saw the small inconsistency of eventlets which use raw _socket.socket instead of 
socket._socketobject.  IMO this is the one to fix, but I could not find the place.

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1468>
________________________________________


More information about the pypy-issue mailing list