summaryrefslogtreecommitdiff
path: root/Misc/NEWS.d/next/Library/2018-12-06-00-31-25.bpo-34172.l7CIYt.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS.d/next/Library/2018-12-06-00-31-25.bpo-34172.l7CIYt.rst')
-rw-r--r--Misc/NEWS.d/next/Library/2018-12-06-00-31-25.bpo-34172.l7CIYt.rst5
1 files changed, 0 insertions, 5 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
deleted file mode 100644
index fd4d2dc81a..0000000000
--- a/Misc/NEWS.d/next/Library/2018-12-06-00-31-25.bpo-34172.l7CIYt.rst
+++ /dev/null
@@ -1,5 +0,0 @@
-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.