New submission from STINNER Victor: Cancelling wait_for(task, timeout) must also cancel the waited task. Attached patch fixes this issue.
Original issue: https://code.google.com/p/tulip/issues/detail?id=211 ---------- components: asyncio files: cancel_wait_for.patch keywords: patch messages: 233813 nosy: gvanrossum, haypo, yselivanov priority: normal severity: normal status: open title: asyncio: cancelling wait_for(task, timeout) must also cancel the task versions: Python 3.4, Python 3.5 Added file: http://bugs.python.org/file37665/cancel_wait_for.patch _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue23219> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com