From: Victor Stinner Date: Mon, 16 Jun 2014 15:12:39 +0000 (+0200) Subject: (Merge 3.4) Sync asyncio with Tulip: Fix test_tasks for Python 3.5 X-Git-Tag: v3.5.0a1~1443^2~31 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=11a584f9ec0cb668502431d8e3af3e8005f63764;p=python (Merge 3.4) Sync asyncio with Tulip: Fix test_tasks for Python 3.5 On Python 3.5, generator now gets their name from the function, no more from the code. So we get the expected "notmuch" name instead of the generic "coro" name. --- 11a584f9ec0cb668502431d8e3af3e8005f63764