]> granicus.if.org Git - python/commit
asyncio, Tulip issue 126: call_soon(), call_soon_threadsafe(), call_later(),
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 11 Feb 2014 10:34:30 +0000 (11:34 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 11 Feb 2014 10:34:30 +0000 (11:34 +0100)
commita125497ea302aff937a5c59f98c39dba4f1ab59b
tree3c4ef537c6bba46a544fefabae9b59c60a289c1b
parent1db2ba3a92a435e871800612a14a9dfc9e760fab
asyncio, Tulip issue 126: call_soon(), call_soon_threadsafe(), call_later(),
call_at() and run_in_executor() now raise a TypeError if the callback is a
coroutine function.
Lib/asyncio/base_events.py
Lib/asyncio/test_utils.py
Lib/test/test_asyncio/test_base_events.py
Lib/test/test_asyncio/test_proactor_events.py
Lib/test/test_asyncio/test_selector_events.py
Lib/test/test_asyncio/test_tasks.py