[issue22970] asyncio: Cancelling wait() after notification leaves Condition in an inconsistent state

STINNER Victor report at bugs.python.org
Fri Sep 4 11:11:45 CEST 2015


STINNER Victor added the comment:

asyncio keeps its "provisional API" status in the Python 3.5 cycle, so this issue must not block the 3.5.0 release. It can be fixed later.

This issue is complex, I'm not convinced that asyncio-fix-wait-cancellation-race.patch is the best fix.

----------

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


More information about the Python-bugs-list mailing list