From e87e41e69ebbe214994dddd2798e0b7d52203964 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Thu, 1 Aug 2019 11:00:50 +0100 Subject: [PATCH] docs: finished Changelog locking note --- docs/changelog.rst | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 23489766..aab49020 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -49,11 +49,12 @@ Enhancements * `#419 `_: 2 network round-trips were removed from early connection setup. -* `? `_, - `? `_, - `? `_, - `? `_: locking is avoided in - some hot paths, and locks that must be taken are held for less time. +* `d6faff06 `_, + `807cbef9 `_, + `e93762b3 `_, + `50bfe4c7 `_: locking is + avoided on hot paths, and some locks are released earlier, before waking a + thread that must immediately take the same lock. Mitogen for Ansible