deb-python-eventlet/eventlet/greenio
David Szotten fc0e96fbc5 greenio: _recv_loop behaviour with recv_into on closed sock
make sure `_recv_loop` returns the correct value when `recv_meth` is of
foo_into type (fills a buffer and returns number of bytes, not the data)

https://github.com/eventlet/eventlet/pull/353
https://github.com/onefinestay/nameko/issues/368
2016-10-28 00:18:15 +03:00
..
__init__.py Python 3 compat: Fix all Travis test failures 2015-02-13 08:52:54 +01:00
base.py greenio: _recv_loop behaviour with recv_into on closed sock 2016-10-28 00:18:15 +03:00
py2.py greenio: Fix missing bufsize parameter for GreenPipe 2016-01-11 22:05:46 +01:00
py3.py greenio: only trampoline when we block 2016-07-01 14:29:16 +05:00