[New-bugs-announce] [issue23219] asyncio: cancelling wait_for(task, timeout) must also cancel the task

STINNER Victor report at bugs.python.org
Sat Jan 10 11:02:13 CET 2015


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 <report at bugs.python.org>
<http://bugs.python.org/issue23219>
_______________________________________


More information about the New-bugs-announce mailing list