Armin Rigo <[email protected]> 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 <[email protected]>
<https://bugs.pypy.org/issue1468>
________________________________________
_______________________________________________
pypy-issue mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-issue

Reply via email to