From: Victor Stinner Date: Sun, 22 Jun 2014 23:03:13 +0000 (+0200) Subject: (Merge 3.4) asyncio, Tulip issue 171: BaseEventLoop.close() now raises an X-Git-Tag: v3.5.0a1~1432 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=425aaa11d88c3f831ebabf8ab3c51ffaa3c3f3d5;p=thirdparty%2FPython%2Fcpython.git (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. --- 425aaa11d88c3f831ebabf8ab3c51ffaa3c3f3d5