]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Minor edits to NEWS entries
authorNed Deily <nad@python.org>
Tue, 11 Dec 2018 21:28:57 +0000 (16:28 -0500)
committerNed Deily <nad@python.org>
Tue, 11 Dec 2018 21:28:57 +0000 (16:28 -0500)
Misc/NEWS.d/next/Library/2018-12-06-00-31-25.bpo-34172.l7CIYt.rst

index e467cc967825918f9caa03f940b946a1d2f77aa2..fd4d2dc81aedb5aa5bd9535cc3b166e83cd5489d 100644 (file)
@@ -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.