[issue23197] asyncio: check if a future is cancelled before calling set_result/set_exception

STINNER Victor report at bugs.python.org
Fri Jan 9 01:52:56 CET 2015


STINNER Victor added the comment:

Oh, I forgot that the change in subprocess.py (check if waiter is cancelled before setting its result) is already part of the issue #23197 which comes with an unit test.

The changes on the SSL handshake are still needed.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23197>
_______________________________________


More information about the Python-bugs-list mailing list