From: Ned Deily Date: Tue, 11 Dec 2018 21:28:00 +0000 (-0500) Subject: Minor edits to NEWS entries X-Git-Tag: v3.7.2rc1~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9383969788f6554d2628e3d0f1c5e9dfbbf0e4cb;p=thirdparty%2FPython%2Fcpython.git Minor edits to NEWS entries --- 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.