]> 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)
commit9af4a246f9b87d859a6f72e2a10b40614ad07030
tree5484875c842322442842177dff4b19fc717524a5
parent262a458b8a603ed11103bd196f1374a39cee0295
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