]> granicus.if.org Git - python/commit
Issue #24400: Fix CoroWrapper for 'async def' coroutines
authorYury Selivanov <yselivanov@sprymix.com>
Wed, 24 Jun 2015 14:30:14 +0000 (10:30 -0400)
committerYury Selivanov <yselivanov@sprymix.com>
Wed, 24 Jun 2015 14:30:14 +0000 (10:30 -0400)
commit29a602a1409cc3f6e64a29865ad9d3624bddd35e
treed9952669c41f8bc1f8255bf2f8e0eacd07e4589f
parentdfbd27f0bef392ebebe1116c8e7f9234f50f1e92
Issue #24400: Fix CoroWrapper for 'async def' coroutines
Lib/asyncio/coroutines.py
Lib/test/test_asyncio/test_tasks.py