commit | 83bdfa08f7747466d0925323a7d94a26470fcd32 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Tue Feb 04 08:57:48 2014 +0100 |
committer | Victor Stinner <victor.stinner@gmail.com> | Tue Feb 04 08:57:48 2014 +0100 |
tree | 90cff89d521f9e0b3c9dbc880c6c7c36bf2c7f37 | |
parent | 1703bbbf899da639d75d7300afebb12f5fb2a8c6 [diff] |
asyncio: Fix _ProactorWritePipeTransport._pipe_closed() Do nothing if the pipe is already closed. _loop_writing() may call _force_close() when it gets ConnectionResetError.