]> granicus.if.org Git - python/commit
Issue #9090 : Error code 10035 calling socket.recv() on a socket with a timeout
authorKristján Valur Jónsson <sweskman@gmail.com>
Tue, 19 Mar 2013 17:58:59 +0000 (10:58 -0700)
committerKristján Valur Jónsson <sweskman@gmail.com>
Tue, 19 Mar 2013 17:58:59 +0000 (10:58 -0700)
commit6ebc8f3f389ff87b4abec4dd885325303522d8e7
tree91b2569d4c2069ee1e1905faabacbc7d66403e23
parent46ce27ab1e22ca98957e0900c6a2415b86578b2e
Issue #9090 : Error code 10035 calling socket.recv() on a socket with a timeout
 (WSAEWOULDBLOCK - A non-blocking socket operation could not be completed
 immediately)
Misc/NEWS
Modules/socketmodule.c
Modules/timemodule.c