]> granicus.if.org Git - python/commit
Issue #23243: Fix asyncio._UnixWritePipeTransport.close()
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 15 Jan 2015 12:16:50 +0000 (13:16 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 15 Jan 2015 12:16:50 +0000 (13:16 +0100)
commit41ed958ee6f0ff15836e11013d1cada8c3ae90fc
tree90c7799305553685e0b91cd91edf97768a080421
parent7e222f411cda575c336eaabbc4aa4d5b8addab89
Issue #23243: Fix asyncio._UnixWritePipeTransport.close()

Do nothing if the transport is already closed. Before it was not possible to
close the transport twice.
Lib/asyncio/unix_events.py
Lib/test/test_asyncio/test_unix_events.py