SIGN IN SIGN UP

asyncio: repr(Task) now also contains the line number even if the coroutine is

done: use the first line number of the code object instead of the current line
number of the generator frame.

The name of the coroutine is not enough because many coroutines may have the
same name. It's a common case in asyncio tests for example.
V
Victor Stinner committed
df29c4a83d13d96cfcf809e648ee9b31a4174729
Parent: 14199f9