]> granicus.if.org Git - python/commit
asyncio: Fix BaseEventLoop._assert_is_current_event_loop(): get_event_loop()
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 23 Jun 2014 13:14:13 +0000 (15:14 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 23 Jun 2014 13:14:13 +0000 (15:14 +0200)
commit751c7c0f2db30a8a29383ec105d200991c209fe8
treeafe131225d9f4a05132344d24bf95838917cf304
parent1c99bc84bd6bdc4fa2526424bb0db99a11facf48
asyncio: Fix BaseEventLoop._assert_is_current_event_loop(): get_event_loop()
raises an exception if there is no current loop
Lib/asyncio/base_events.py