cpython/Misc/NEWS.d/next/Library/2018-02-01-01-34-47.bpo-327...

3 lines
147 B
ReStructuredText

Fixed ``asyncio.Lock()`` safety issue which allowed acquiring and locking
the same lock multiple times, without it being free. Patch by Bar Harel.