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
Raw File
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
vgrindefs
# vgrind is a pretty-printer that takes source code and outputs
# eye-pleasing postscript.  The entry below should be added to your
# local vgrindefs file.  Contributed by Neale Pickett <neale@lanl.gov>.

python|Python|py:\
        :pb=^\d?(def|class)\d\p(\d|\\|\(|\:):\
        :cb=#:ce=$:sb=":se=\e":lb=':le=\e':\
        :kw=assert and break class continue def del elif else except\
         finally for from global if import in is lambda not or\
         pass print raise return try while yield:
back to top