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

Armin Rigo tracker at bugs.pypy.org
Thu May 16 09:14:21 CEST 2013


Armin Rigo <armin.rigo at gmail.com> added the comment:

In PyPy the internal socket objects have methods "_reuse()" and "_drop()"
emulating the refcounted behavior explicitly.  Where does this
"_decref_socketios()" come from, by the way?  I don't find it anywhere in Python
2.7's standard library or C files.

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


More information about the pypy-issue mailing list