[issue42600] Cancelling tasks waiting for asyncio.Conditions crashes w/ RuntimeError: Lock is not acquired.

Yurii Karabas report at bugs.python.org
Thu Dec 17 18:57:38 EST 2020


Yurii Karabas <1998uriyyo at gmail.com> added the comment:

Hey Yurii, I have fixed this issue.
The actual problem was that `wait_for` cancels passed future but doesn't wait until it finished.

----------

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


More information about the Python-bugs-list mailing list