From: Victor Stinner Date: Thu, 12 Jun 2014 16:39:42 +0000 (+0200) Subject: (Merge 3.4) asyncio: Tulip issue 173: Enhance repr(Handle) and repr(Task) X-Git-Tag: v3.5.0a1~1459 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e7efff5bb884d4387bf911511c723c2f6a8c89e1;p=python (Merge 3.4) asyncio: Tulip issue 173: Enhance repr(Handle) and repr(Task) repr(Handle) is shorter for function: "foo" instead of "". It now also includes the source of the callback, filename and line number where it was defined, if available. repr(Task) now also includes the current position in the code, filename and line number, if available. If the coroutine (generator) is done, the line number is omitted and "done" is added. --- e7efff5bb884d4387bf911511c723c2f6a8c89e1