diff options
author | Charles-François Natali <neologix@free.fr> | 2011-10-24 16:47:43 (GMT) |
---|---|---|
committer | Charles-François Natali <neologix@free.fr> | 2011-10-24 16:47:43 (GMT) |
commit | feeb3a366c0971acf1d9a98019a7a60679c41240 (patch) | |
tree | 20fcc7fbd183b5a8493c737ad838568025adf983 /Misc | |
parent | b4d8e912d7a9fd2f346aae5038c15f4f1f3dd411 (diff) | |
parent | f8859e1808eff603b727d1adbeb38f745c9fedb5 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |