[issue31556] asyncio.wait_for can cancel futures faster with timeout==0

Viktor Kovtun report at bugs.python.org
Fri Sep 22 17:00:05 EDT 2017


Viktor Kovtun added the comment:

If coroutine function has some blocking calls before first await/yield from statement maybe makes sense do no let them be executed, if timeout equals 0

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue31556>
_______________________________________


More information about the Python-bugs-list mailing list