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

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


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

yamt sumitted the following simple test case in issue1487:

    import eventlet.greenio as i
    import os
    r, w = os.pipe()
    wf = i.GreenPipe(w, 'wb')
    wf.close()

----------
nosy: +arigo

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


More information about the pypy-issue mailing list