mirror of
https://github.com/python/cpython.git
synced 2025-11-19 10:46:17 +00:00
Issue #14406: Fix a race condition when using concurrent.futures.wait(return_when=ALL_COMPLETED).
Patch by Matt Joiner.
This commit is contained in:
commit
8b34b53c52
3 changed files with 25 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue