[issue27585] asyncio.Lock deadlock after cancellation

Alexey Popravka report at bugs.python.org
Thu May 18 11:03:15 EDT 2017


Alexey Popravka added the comment:

Also there is the same problem with asyncio.Condition wait() / notify() couple as it repeats the same Lock.acquire()/release() logic

----------

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


More information about the Python-bugs-list mailing list