]> granicus.if.org Git - python/commit
asyncio: Fix _ProactorWritePipeTransport._pipe_closed()
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 4 Feb 2014 07:57:48 +0000 (08:57 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 4 Feb 2014 07:57:48 +0000 (08:57 +0100)
commit83bdfa08f7747466d0925323a7d94a26470fcd32
tree90cff89d521f9e0b3c9dbc880c6c7c36bf2c7f37
parent1703bbbf899da639d75d7300afebb12f5fb2a8c6
asyncio: Fix _ProactorWritePipeTransport._pipe_closed()

Do nothing if the pipe is already closed. _loop_writing() may call
_force_close() when it gets ConnectionResetError.
Lib/asyncio/proactor_events.py