summaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2018-12-06-00-29-28.bpo-34172.l7CIYt.rst4
1 files changed, 3 insertions, 1 deletions
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 e467cc96782..6d21387800e 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.