]> granicus.if.org Git - python/commit
asyncio, Tulip issue 131: as_completed() and wait() now raises a TypeError if
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 11 Feb 2014 10:54:08 +0000 (11:54 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 11 Feb 2014 10:54:08 +0000 (11:54 +0100)
commiteb74876e9939bfa9e30cd2e8894ab827cc2296b4
tree5fd1c34466f1a6e881a4ed29d2b5c0b6aa44847c
parent4e8d2f25e23d1da33d414074485da8e374d98495
asyncio, Tulip issue 131: as_completed() and wait() now raises a TypeError if
the list of futures is not a list but a Future, Task or coroutine object
Lib/asyncio/tasks.py
Lib/test/test_asyncio/test_tasks.py