diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2010-09-28 21:23:11 +0000 |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2010-09-28 21:23:11 +0000 |
commit | b1ea2dc9833c4e15c93e57b60863a60929368479 (patch) | |
tree | 96a66e3b9194e33c0f88ceb13ddbdcdd3a8fabf2 /Python/errors.c | |
parent | 39a8ba246cf77d72977db7c55b059ce044ae93da (diff) | |
download | cpython-b1ea2dc9833c4e15c93e57b60863a60929368479.tar.gz |
Issue #9090: When a socket with a timeout fails with EWOULDBLOCK or EAGAIN,
retry the select() loop instead of bailing out. This is because select()
can incorrectly report a socket as ready for reading (for example, if it
received some data with an invalid checksum).
Diffstat (limited to 'Python/errors.c')
0 files changed, 0 insertions, 0 deletions