summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@redhat.com>2018-12-06 07:51:47 (GMT)
committerGitHub <noreply@github.com>2018-12-06 07:51:47 (GMT)
commit9dfc754d61c55a526304e10a328bad448efa9ee9 (patch)
tree80032138ec6b98c82cd1c48e9e78f11cbf4fd336 /Misc
parent8752dfbd1f0c96ca09cdacabaf0d0f8c3895b6ce (diff)
downloadcpython-9dfc754d61c55a526304e10a328bad448efa9ee9.zip
cpython-9dfc754d61c55a526304e10a328bad448efa9ee9.tar.gz
cpython-9dfc754d61c55a526304e10a328bad448efa9ee9.tar.bz2
Revert "bpo-34172: multiprocessing.Pool leaks resources after being deleted (GH-8450)" (GH-10971)
This reverts commit 97bfe8d3ebb0a54c8798f57555cb4152f9b2e1d0.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2018-07-26-10-31-52.bpo-34172.8ovLNi.rst1
1 files changed, 0 insertions, 1 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-07-26-10-31-52.bpo-34172.8ovLNi.rst b/Misc/NEWS.d/next/Library/2018-07-26-10-31-52.bpo-34172.8ovLNi.rst
deleted file mode 100644
index d1c5a77..0000000
--- a/Misc/NEWS.d/next/Library/2018-07-26-10-31-52.bpo-34172.8ovLNi.rst
+++ /dev/null
@@ -1 +0,0 @@
-Fix a reference issue inside multiprocessing.Pool that caused the pool to remain alive if it was deleted without being closed or terminated explicitly.