summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2011-04-10 22:22:08 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2011-04-10 22:22:08 (GMT)
commit753009a657e1f53878a351d5cd4be1cbbf483cf7 (patch)
tree25dae24bec1ed6c3a88eaaa0d56d59b1dfe3692a /Misc
parenteb9e074dcaeaf4212750f32c106fb12fc4d9f57c (diff)
parentbed9a5b6b38e30b4a207237ac9753cbfa0f2ae99 (diff)
downloadcpython-753009a657e1f53878a351d5cd4be1cbbf483cf7.zip
cpython-753009a657e1f53878a351d5cd4be1cbbf483cf7.tar.gz
cpython-753009a657e1f53878a351d5cd4be1cbbf483cf7.tar.bz2
Merge from 3.2 (issue #11814, issue #8428)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 9d63074..545307a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -98,6 +98,12 @@ Core and Builtins
Library
-------
+- Issue #11814: Fix likely typo in multiprocessing.Pool._terminate().
+
+- Issue #8428: Fix a race condition in multiprocessing.Pool when terminating
+ worker processes: new processes would be spawned while the pool is being
+ shut down. Patch by Charles-François Natali.
+
- Issue #2650: re.escape() no longer escapes the '_'.
- Issue #11757: select.select() now raises ValueError when a negative timeout