From: Victor Stinner Date: Thu, 10 Jul 2014 22:23:17 +0000 (+0200) Subject: (Merge 3.4) asyncio: sync with Tulip X-Git-Tag: v3.5.0a1~1304 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4f96050d25f87116a4ad27dec78c085409fe2c5d;p=thirdparty%2FPython%2Fcpython.git (Merge 3.4) 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(). --- 4f96050d25f87116a4ad27dec78c085409fe2c5d