| commit | 421e49b5c15574264dadbf5f4020870ec0c78f51 | [log] [tgz] |
|---|---|---|
| author | Victor Stinner <victor.stinner@gmail.com> | Thu Jan 23 17:40:59 2014 +0100 |
| committer | Victor Stinner <victor.stinner@gmail.com> | Thu Jan 23 17:40:59 2014 +0100 |
| tree | ff8d643ab98377b7071b9ab02f12c2273354a738 | |
| parent | 183e3477968c5b1b003fa18926fbbca7ab96ac36 [diff] |
asyncio: wait_for() now cancels the future on timeout. Patch written by Gustavo Carneiro.