]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
asyncio: Fix _UnixWritePipeTransport, raise BrokenPipeError when the pipe is
authorVictor Stinner <victor.stinner@gmail.com>
Fri, 31 Jan 2014 12:04:28 +0000 (13:04 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Fri, 31 Jan 2014 12:04:28 +0000 (13:04 +0100)
commit61b3c9bacc51a2dbf8baa4f55b812f33b32a2692
tree7bc46615cea515abfa69531a081c83738dc313d2
parentfcfb9461d3cb726b3badee8ffdb6034f19882330
asyncio: Fix _UnixWritePipeTransport, raise BrokenPipeError when the pipe is
closed, but only if there was pending write
Lib/asyncio/unix_events.py