]> granicus.if.org Git - python/commit
(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)
commit425aaa11d88c3f831ebabf8ab3c51ffaa3c3f3d5
treed8ecceac0ca00efa8e912387249f2b9513b5f6e7
parent422a76d6adb4ab2cbfa6dc56d90be2e11c479148
parentf328c7dc69da14766435d8608f89d81cd878bb4d
(Merge 3.4) asyncio, Tulip issue 171: BaseEventLoop.close() now raises an
exception if the event loop is running. You must first stop the event loop and
then wait until it stopped, before closing it.