summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2018-02-01-01-34-47.bpo-32734.gCV9AD.rst
blob: 14d4bbdade7527aea63399d08f8a4835f9e10b0d (plain)
1
2
Fixed ``asyncio.Lock()`` safety issue which allowed acquiring and locking
the same lock multiple times, without it being free. Patch by Bar Harel.