commit | 2596dd08949f530c97bb6a2eda506594840d9726 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Mon Jan 26 11:02:18 2015 +0100 |
committer | Victor Stinner <victor.stinner@gmail.com> | Mon Jan 26 11:02:18 2015 +0100 |
tree | 51bc5ec700e6fbd726545bfb6ec132364732f61e | |
parent | 21d7533c4c13489b4b3baae59f9e25cd038fb16b [diff] |
asyncio: Close transports on error Fix create_datagram_endpoint(), connect_read_pipe() and connect_write_pipe(): close the transport if the task is cancelled or on error.