mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +00:00
Issue #10332: multiprocessing: fix a race condition when a Pool is closed
before all tasks have completed.
This commit is contained in:
commit
feeb3a366c
3 changed files with 22 additions and 1 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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue