blob: 14d4bbdade7527aea63399d08f8a4835f9e10b0d [file] [log] [blame]
Fixed ``asyncio.Lock()`` safety issue which allowed acquiring and locking
the same lock multiple times, without it being free. Patch by Bar Harel.