SIGN IN SIGN UP

asyncio: sync with Tulip

- repr(Task) and repr(CoroWrapper) now also includes where these objects were
  created. If the coroutine is not a generator (don't use "yield from"), use
  the location of the function, not the location of the coro() wrapper.
- Fix create_task(): truncate the traceback to hide the call to create_task().
V
Victor Stinner committed
c39ba7d611fe556314acc8c11cd9f805512db663
Parent: f68bd88