]> granicus.if.org Git - python/commit
(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)
commit11a584f9ec0cb668502431d8e3af3e8005f63764
treecb39f8813367b30380a33977f4beed1017e12c76
parent4a74a9a750182d963356f599a33342ce9f198b65
parent4802c6ee55f2721776cc9d05b1422dab85f244ce
(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.