]> granicus.if.org Git - python/commit
syncio.tasks: Fix CoroWrapper to workaround yield-from bug in CPython < 3.4.1
authorYury Selivanov <yselivanov@sprymix.com>
Tue, 15 Apr 2014 02:24:51 +0000 (22:24 -0400)
committerYury Selivanov <yselivanov@sprymix.com>
Tue, 15 Apr 2014 02:24:51 +0000 (22:24 -0400)
commit626c7b77cd7daa80801236ad5f26421360ee3497
tree9f94de2a46296845368635073044e3dec6727dc8
parentbfcc5fef9ba40c168bc7df1578a63f966f23fa5b
syncio.tasks: Fix CoroWrapper to workaround yield-from bug in CPython < 3.4.1

Closes issue #21209.
Lib/asyncio/tasks.py
Lib/test/test_asyncio/test_tasks.py
Misc/NEWS