]> granicus.if.org Git - python/commit
Closes #23219: cancelling asyncio.wait_for() now cancels the task
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 15 Jan 2015 15:29:10 +0000 (16:29 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 15 Jan 2015 15:29:10 +0000 (16:29 +0100)
commit922bc2ca123630aa9cff63c605a82af05408318d
tree98bdd9abdbeabc074bd223e598f52eb9f0c4844f
parentab8848bc2a64930e0e9a2e56592bb692fb31d9e9
Closes #23219: cancelling asyncio.wait_for() now cancels the task
Lib/asyncio/tasks.py
Lib/test/test_asyncio/test_tasks.py