diff options
author | Robey Pointer <robey@lag.net> | 2006-10-31 14:37:47 -0800 |
---|---|---|
committer | Robey Pointer <robey@lag.net> | 2006-10-31 14:37:47 -0800 |
commit | 482d0bcef2ab01c98db388f88d650b1d1d35e745 (patch) | |
tree | 7eba62cafbad75661ff4c9638c733acd9b2e78c6 /tests/test_hostkeys.py | |
parent | 4628a53acffa07af2a2d1b34fac83e196211c5fe (diff) |
[project @ robey@lag.net-20061031223747-9fda3f2c1112c5dc]
(bug 69222)
on some recent linux kernels, a socket can return "readable" from select,
but a subsequent read() will return EAGAIN. this is against the contract
of select(), so python's socketmodule doesn't catch it or handle it.
therefore, we need to. EAGAIN should now be treated the same as a
socket timeout.
Diffstat (limited to 'tests/test_hostkeys.py')
0 files changed, 0 insertions, 0 deletions