]> granicus.if.org Git - python/commit
asyncio.tasks: Fix CoroWrapper to workaround yield-from bug in CPython < 3.4.1
authorYury Selivanov <yselivanov@sprymix.com>
Tue, 15 Apr 2014 02:21:52 +0000 (22:21 -0400)
committerYury Selivanov <yselivanov@sprymix.com>
Tue, 15 Apr 2014 02:21:52 +0000 (22:21 -0400)
commitf15f7484bb2265ae46b227c9ddb2300958e93e3f
tree617c69451ed3609a48cff4d19966ec877386aabe
parentcfdd0161ac72f9a6be00581eaef160791072c6ad
asyncio.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