Staging
v0.5.1
https://github.com/python/cpython
Revision 41063d2a59a24e257cd9ce62137e36c862e3ab1e authored by Victor Stinner on 26 January 2015, 21:30:49 UTC, committed by Victor Stinner on 26 January 2015, 21:30:49 UTC
If ReadFile() fails with ERROR_BROKEN_PIPE, the operation is not pending: don't
register the overlapped.

I don't know if WSARecv() can fail with ERROR_BROKEN_PIPE. Since
Overlapped.WSARecv() already handled ERROR_BROKEN_PIPE, let me guess that it
has the same behaviour than ReadFile().
1 parent 24dfa3c
History
Tip revision: 41063d2a59a24e257cd9ce62137e36c862e3ab1e authored by Victor Stinner on 26 January 2015, 21:30:49 UTC
asyncio, Tulip issue 204: Fix IocpProactor.recv()
Tip revision: 41063d2
File Mode Size
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Python
Tools
.bzrignore -rw-r--r-- 584 bytes
.gitignore -rw-r--r-- 971 bytes
.hgeol -rw-r--r-- 800 bytes
.hgignore -rw-r--r-- 1.3 KB
.hgtags -rw-r--r-- 6.9 KB
.hgtouch -rw-r--r-- 1.2 KB
LICENSE -rw-r--r-- 12.5 KB
Makefile.pre.in -rw-r--r-- 54.0 KB
README -rw-r--r-- 6.6 KB
config.guess -rwxr-xr-x 41.9 KB
config.sub -rwxr-xr-x 34.9 KB
configure -rwxr-xr-x 440.2 KB
configure.ac -rw-r--r-- 138.6 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 40.2 KB
setup.py -rw-r--r-- 95.2 KB

README

back to top