summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/069.bpo-27585.0Ugqqu.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS.d/next/Library/069.bpo-27585.0Ugqqu.rst')
-rw-r--r--Misc/NEWS.d/next/Library/069.bpo-27585.0Ugqqu.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/069.bpo-27585.0Ugqqu.rst b/Misc/NEWS.d/next/Library/069.bpo-27585.0Ugqqu.rst
new file mode 100644
index 0000000..3e31ab1
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/069.bpo-27585.0Ugqqu.rst
@@ -0,0 +1 @@
+Fix waiter cancellation in asyncio.Lock. Patch by Mathieu Sornay.