]> granicus.if.org Git - python/commit
asyncio: wait_for() now cancels the future on timeout. Patch written by Gustavo
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 23 Jan 2014 16:40:59 +0000 (17:40 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 23 Jan 2014 16:40:59 +0000 (17:40 +0100)
commit421e49b5c15574264dadbf5f4020870ec0c78f51
treeff8d643ab98377b7071b9ab02f12c2273354a738
parent183e3477968c5b1b003fa18926fbbca7ab96ac36
asyncio: wait_for() now cancels the future on timeout. Patch written by Gustavo
Carneiro.
Lib/asyncio/tasks.py
Lib/test/test_asyncio/test_tasks.py