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

Fijal tracker at bugs.pypy.org
Thu Apr 25 12:56:53 CEST 2013


Fijal <fijall at gmail.com> added the comment:

Well, it means that eventlet tries to call internal APIs on socket objects, which 
are different on pypy sockets. In particular, pypy's sockets are not refcounted. 
I wonder what happens if this is not called at all?

----------
nosy: +fijal
status: unread -> chatting

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


More information about the pypy-issue mailing list