Issue #14406: Fix a race condition when using concurrent.futures.wait(return_when=ALL_COMPLETED).

Patch by Matt Joiner.
This commit is contained in:
Antoine Pitrou 2012-03-31 20:25:22 +02:00
commit 8b34b53c52
3 changed files with 25 additions and 4 deletions

View file

@ -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