]> granicus.if.org Git - python/commit
Issue #26923: Fix asyncio.Gather to refuse being cancelled once all children are...
authorYury Selivanov <yury@magic.io>
Fri, 21 Oct 2016 21:22:17 +0000 (17:22 -0400)
committerYury Selivanov <yury@magic.io>
Fri, 21 Oct 2016 21:22:17 +0000 (17:22 -0400)
commit3d67615a485f4769eec5927e17989b31d6917e1c
tree9e93ca98520dd3c407c6e87bff613707e5b46d78
parentf8c1505736cb6eeb264e58c28d1f94d8fe7cad34
Issue #26923: Fix asyncio.Gather to refuse being cancelled once all children are done.

Patch by Johannes Ebke.
Lib/asyncio/tasks.py
Lib/test/test_asyncio/test_tasks.py
Misc/NEWS