Files
deb-python-eventlet/eventlet/greenio/base.py
Yashwardhan Singh 2ea3ad9c22 greenio: makefile related pypy socket ref counting
On PyPy `[Errno 9] Bad file descriptor` because `makefile dup/_drop` dance leaves socket with PyPy special reference counter zero, so it may be garbage collected.

https://github.com/eventlet/eventlet/issues/318

(@temoto) maybe proper fix is to remove `dup` in `makefile()`.
2016-07-07 17:40:34 +05:00

17 KiB