From 9383969788f6554d2628e3d0f1c5e9dfbbf0e4cb Mon Sep 17 00:00:00 2001 From: Ned Deily Date: Tue, 11 Dec 2018 16:28:00 -0500 Subject: [PATCH] Minor edits to NEWS entries --- .../next/Library/2018-12-06-00-29-28.bpo-34172.l7CIYt.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Misc/NEWS.d/next/Library/2018-12-06-00-29-28.bpo-34172.l7CIYt.rst b/Misc/NEWS.d/next/Library/2018-12-06-00-29-28.bpo-34172.l7CIYt.rst index e467cc967825..6d21387800ed 100644 --- a/Misc/NEWS.d/next/Library/2018-12-06-00-29-28.bpo-34172.l7CIYt.rst +++ b/Misc/NEWS.d/next/Library/2018-12-06-00-29-28.bpo-34172.l7CIYt.rst @@ -1,3 +1,5 @@ -REVERT: Fix a reference issue inside multiprocessing.Pool that caused the +Revert the fix for this issue previously released in 3.7.1 pending +further investigation: +Fix a reference issue inside multiprocessing.Pool that caused the pool to remain alive if it was deleted without being closed or terminated explicitly. -- 2.47.3