]> granicus.if.org Git - python/commitdiff
(Merge 3.4) asyncio, Tulip issue 171: BaseEventLoop.close() now raises an
authorVictor Stinner <victor.stinner@gmail.com>
Sun, 22 Jun 2014 23:03:13 +0000 (01:03 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Sun, 22 Jun 2014 23:03:13 +0000 (01:03 +0200)
exception if the event loop is running. You must first stop the event loop and
then wait until it stopped, before closing it.


Trivial merge