summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2012-03-31 18:25:22 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2012-03-31 18:25:22 (GMT)
commit8b34b53c52ce604bc48b39f83089cd404201de1b (patch)
tree7f15c215d673520fb452b7652187448b8119f5f0 /Misc
parent6eeadf0a3efd964837e0a274bf202442facdb617 (diff)
parentf70401e842d120407c5450d0b89cece8616af8e4 (diff)
downloadcpython-8b34b53c52ce604bc48b39f83089cd404201de1b.zip
cpython-8b34b53c52ce604bc48b39f83089cd404201de1b.tar.gz
cpython-8b34b53c52ce604bc48b39f83089cd404201de1b.tar.bz2
Issue #14406: Fix a race condition when using `concurrent.futures.wait(return_when=ALL_COMPLETED)`.
Patch by Matt Joiner.
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 5c93c0a..4e8515b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -37,6 +37,9 @@ Core and Builtins
Library
-------
+- Issue #14406: Fix a race condition when using ``concurrent.futures.wait(
+ return_when=ALL_COMPLETED)``. Patch by Matt Joiner.
+
- Issue #5136: deprecate old, unused functions from tkinter.
- Issue #14409: IDLE now properly executes commands in the Shell window