]> granicus.if.org Git - python/commit
Issue #23074: asyncio.get_event_loop() now raises an exception if the thread
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 18 Dec 2014 00:20:10 +0000 (01:20 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 18 Dec 2014 00:20:10 +0000 (01:20 +0100)
commit3a1c738e6cf09d0972809fa431bf77dd564ff713
tree85835dd31020158df43ad2830ecabf345b25a27c
parent2338156fa4f8d6c04601f9972c36a7b06bd685bc
Issue #23074: asyncio.get_event_loop() now raises an exception if the thread
has no event loop even if assertions are disabled.
Lib/asyncio/base_events.py
Lib/asyncio/events.py
Lib/test/test_asyncio/test_events.py