summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2018-02-14-00-21-24.bpo-32841.bvHDOc.rst
blob: a6d45669d02708ff5fc0fa87de9bb31cedeacae6 (plain)
1
2
Fixed `asyncio.Condition` issue which silently ignored cancellation after
notifying and cancelling a conditional lock. Patch by Bar Harel.