commit | 41ed958ee6f0ff15836e11013d1cada8c3ae90fc | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Thu Jan 15 13:16:50 2015 +0100 |
committer | Victor Stinner <victor.stinner@gmail.com> | Thu Jan 15 13:16:50 2015 +0100 |
tree | 90c7799305553685e0b91cd91edf97768a080421 | |
parent | 7e222f411cda575c336eaabbc4aa4d5b8addab89 [diff] |
Issue #23243: Fix asyncio._UnixWritePipeTransport.close() Do nothing if the transport is already closed. Before it was not possible to close the transport twice.