summaryrefslogtreecommitdiff
path: root/Misc/NEWS.d/next/Library
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2018-12-11 16:28:57 -0500
committerNed Deily <nad@python.org>2018-12-11 16:28:57 -0500
commitd23e1eae0dd5b236de20bc933563826f48828580 (patch)
tree572c558e627c980a219b7dc7ef0c7d97aec094da /Misc/NEWS.d/next/Library
parent2c1c4a54a866a5c3d1ec44461d2ebc2e4e06d9d2 (diff)
downloadcpython-git-d23e1eae0dd5b236de20bc933563826f48828580.tar.gz
Minor edits to NEWS entries
Diffstat (limited to 'Misc/NEWS.d/next/Library')
-rw-r--r--Misc/NEWS.d/next/Library/2018-12-06-00-31-25.bpo-34172.l7CIYt.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-12-06-00-31-25.bpo-34172.l7CIYt.rst b/Misc/NEWS.d/next/Library/2018-12-06-00-31-25.bpo-34172.l7CIYt.rst
index e467cc9678..fd4d2dc81a 100644
--- a/Misc/NEWS.d/next/Library/2018-12-06-00-31-25.bpo-34172.l7CIYt.rst
+++ b/Misc/NEWS.d/next/Library/2018-12-06-00-31-25.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.6.7 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.