SIGN IN SIGN UP

asyncio: Coroutine objects are now rejected with a TypeError by the following

functions:

* add_signal_handler()
* call_at()
* call_later()
* call_soon()
* call_soon_threadsafe()
* run_in_executor()

Fix also the error message of add_signal_handler() (fix the name of the
function).
V
Victor Stinner committed
2d99d93d11e7908a51fde8de27b7a3584d23cf46
Parent: c1ad35a