Issue #10332: multiprocessing: fix a race condition when a Pool is closed

before all tasks have completed.
This commit is contained in:
Charles-François Natali 2011-10-24 18:47:43 +02:00
commit feeb3a366c
3 changed files with 22 additions and 1 deletions

View file

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