From 6d7bd7e3b939b5eda7ca51c7f43c5109dfcec62d Mon Sep 17 00:00:00 2001 From: David Wilson Date: Wed, 13 Feb 2019 22:11:26 +0000 Subject: [PATCH] docs: update Changelog. --- docs/changelog.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index c30c8f3c..180fe9e0 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -167,6 +167,10 @@ Fixes ``ansible_become_method``, and ``ansible_ssh_port`` variables more correctly match typical behaviour when ``mitogen_via=`` is active. +* `2a8567b4 `_: fix a race + initializing a child's service thread pool on Python 3.4+, due to a change in + locking scheme used by the Python import mechanism. + Thanks! ~~~~~~~