Browse Source
asyncio, Tulip issue 126: call_soon(), call_soon_threadsafe(), call_later(),
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.pull/224/head
6 changed files with 39 additions and 13 deletions
-
6Lib/asyncio/base_events.py
-
5Lib/asyncio/test_utils.py
-
18Lib/test/test_asyncio/test_base_events.py
-
2Lib/test/test_asyncio/test_proactor_events.py
-
9Lib/test/test_asyncio/test_selector_events.py
-
12Lib/test/test_asyncio/test_tasks.py
Write
Preview
Loading…
Cancel
Save
Reference in new issue