]> granicus.if.org Git - python/commit
asyncio: Fix _SelectorTransport.__repr__() if the event loop is closed
authorVictor Stinner <victor.stinner@gmail.com>
Fri, 27 Mar 2015 14:20:08 +0000 (15:20 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Fri, 27 Mar 2015 14:20:08 +0000 (15:20 +0100)
commit79fd962652a60f04ecc7becb116c330063b1706e
treee5caad3b0248b10d4f1f7be634027f2ff778d247
parent0b4e355b8e7729d1e3a67da8539b3701f4e546ff
asyncio: Fix _SelectorTransport.__repr__() if the event loop is closed
Lib/asyncio/selector_events.py
Lib/test/test_asyncio/test_selector_events.py