From 4ac9cdce7c09b6eda5b180cc81c0a869e1cfdcd5 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Sun, 4 Nov 2018 13:54:34 +0000 Subject: [PATCH] docs: update Changelog; closes #417. --- docs/changelog.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index e3885b79..9dd75d1b 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -213,7 +213,8 @@ Core Library * `#406 `_: connections could leak FDs when a child process failed to start. -* `#406 `_: connections could leave +* `#406 `_, + `#417 `_: connections could leave FD wrapper objects that had not been closed lying around to be closed during garbage collection, causing reused FD numbers to be closed at random moments.