]> git.ipfire.org Git - thirdparty/Python/cpython.git/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)
commit208556c51ff5598070ff64f0a741628152846933
tree9e294be691519a297c693ac422cf54cdfa86943c
parent20e0743a5603479c56f32209b77a8bfac87baf53
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