]> 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:00 +0000 (16:28 -0500)
committerNed Deily <nad@python.org>
Tue, 11 Dec 2018 21:28:00 +0000 (16:28 -0500)
Misc/NEWS.d/next/Library/2018-12-06-00-29-28.bpo-34172.l7CIYt.rst

index e467cc967825918f9caa03f940b946a1d2f77aa2..6d21387800eda2609f92de5851eee8b8b2977605 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.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.