]> granicus.if.org Git - python/commit
Sync asyncio with Tulip: Fix test_tasks for Python 3.5
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 16 Jun 2014 15:11:05 +0000 (17:11 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 16 Jun 2014 15:11:05 +0000 (17:11 +0200)
commit4802c6ee55f2721776cc9d05b1422dab85f244ce
treec28776ed1a3d70edcdc34fc4f9fdbdf7f96b06b2
parent5b1fdc1e377df88078f7788bf85dfebd353dc178
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.
Lib/test/test_asyncio/test_tasks.py