]> granicus.if.org Git - python/commit
asyncio.tasks: Fix as_completed, gather & wait to work with duplicate coroutines
authorYury Selivanov <yselivanov@sprymix.com>
Fri, 7 Feb 2014 03:06:16 +0000 (22:06 -0500)
committerYury Selivanov <yselivanov@sprymix.com>
Fri, 7 Feb 2014 03:06:16 +0000 (22:06 -0500)
commit622be340fdf4110c77e1f86bd13a01fc30c2bb65
treee38a7edec44d792e95dbc7e8ac3d28a9767d965b
parent2ddb39a6959d9ce4044ea501e58428d5b34e0312
asyncio.tasks: Fix as_completed, gather & wait to work with duplicate coroutines
Lib/asyncio/tasks.py
Lib/test/test_asyncio/test_tasks.py