commit | eb74876e9939bfa9e30cd2e8894ab827cc2296b4 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Tue Feb 11 11:54:08 2014 +0100 |
committer | Victor Stinner <victor.stinner@gmail.com> | Tue Feb 11 11:54:08 2014 +0100 |
tree | 5fd1c34466f1a6e881a4ed29d2b5c0b6aa44847c | |
parent | 4e8d2f25e23d1da33d414074485da8e374d98495 [diff] |
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