summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorCharles-François Natali <neologix@free.fr>2011-10-24 16:47:43 (GMT)
committerCharles-François Natali <neologix@free.fr>2011-10-24 16:47:43 (GMT)
commitfeeb3a366c0971acf1d9a98019a7a60679c41240 (patch)
tree20fcc7fbd183b5a8493c737ad838568025adf983 /Misc
parentb4d8e912d7a9fd2f346aae5038c15f4f1f3dd411 (diff)
parentf8859e1808eff603b727d1adbeb38f745c9fedb5 (diff)
downloadcpython-feeb3a366c0971acf1d9a98019a7a60679c41240.zip
cpython-feeb3a366c0971acf1d9a98019a7a60679c41240.tar.gz
cpython-feeb3a366c0971acf1d9a98019a7a60679c41240.tar.bz2
Issue #10332: multiprocessing: fix a race condition when a Pool is closed
before all tasks have completed.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ebc72b4..717ff91 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -338,6 +338,9 @@ Core and Builtins
Library
-------
+- Issue #10332: multiprocessing: fix a race condition when a Pool is closed
+ before all tasks have completed.
+
- Issue #13255: wrong docstrings in array module.
- Issue #8540: Remove deprecated Context._clamp attribute in Decimal module.