]> granicus.if.org Git - python/commitdiff
(Merge 3.4) Sync asyncio with Tulip: Fix test_tasks for Python 3.5
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 16 Jun 2014 15:12:39 +0000 (17:12 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 16 Jun 2014 15:12:39 +0000 (17:12 +0200)
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.


Trivial merge