blob: a6d45669d02708ff5fc0fa87de9bb31cedeacae6 [file] [log] [blame]
Fixed `asyncio.Condition` issue which silently ignored cancellation after
notifying and cancelling a conditional lock. Patch by Bar Harel.