COMMITS
/ Lib/concurrent/futures/process.py November 11, 2025
June 10, 2025
A
April 8, 2025
March 13, 2025
March 5, 2025
C
gh-128041: Add `terminate_workers` and `kill_workers` methods to ProcessPoolExecutor (GH-130849)
Charles Machalow committed
March 4, 2025
March 3, 2025
C
gh-128041: Add `terminate_workers` and `kill_workers` methods to ProcessPoolExecutor (GH-128043)
Charles Machalow committed
October 16, 2024
S
gh-125451: Fix deadlock in ProcessPoolExecutor shutdown (#125492)
Sam Gross committed
June 13, 2024
V
gh-120417: Add #noqa to used imports in the stdlib (#120421)
Victor Stinner committed
April 29, 2024
S
gh-117783: Immortalize objects that use deferred reference counting (#118112)
Sam Gross committed
January 27, 2024
N
October 1, 2023
V
gh-109649: Use os.process_cpu_count() (#110165)
Victor Stinner committed
September 29, 2023
V
gh-109047: concurrent.futures catches PythonFinalizationError (#109810)
Victor Stinner committed
September 26, 2023
V
Remove concurrent.futures deadcode: process_result_item() (#109906)
Victor Stinner committed
S
gh-109370: Fix unexpected traceback output in test_concurrent_futures (GH-109780)
Serhiy Storchaka committed
September 22, 2023
E
gh-105829: Fix concurrent.futures.ProcessPoolExecutor deadlock (#108513)
elfstrom committed
September 20, 2023
H
Fix typos in docs and comments (#109619)
Heinz-Alexander Fuetterer committed
September 11, 2023
V
gh-107219: Fix concurrent.futures terminate_broken() (#109244)
Victor Stinner committed
September 6, 2023
V
gh-107219: Fix concurrent.futures terminate_broken() (#108974)
Victor Stinner committed
July 10, 2023
L
gh-94777: Fix deadlock in ProcessPoolExecutor (#94784)
Louis Paulot committed
March 16, 2023
Y
gh-94440: Fix issue of ProcessPoolExecutor shutdown hanging (#94468)
yonatanp committed
March 8, 2023
A
gh-102515: Remove unused imports in the `Lib/` directory (#102516)
Alex Waygood committed
February 3, 2023
G
gh-84559: Remove the new multiprocessing warning, too disruptive. (#101551)
Gregory P. Smith committed
February 2, 2023
G
GH-84559: Deprecate fork being the multiprocessing default. (#100618)
Gregory P. Smith committed
May 8, 2022
G
gh-90622: Do not spawn ProcessPool workers on demand via fork method. (#91598)
Gregory P. Smith committed
May 6, 2022
G
gh-90622: Prevent max_tasks_per_child use with a fork mp_context. (#91587)
Gregory P. Smith committed
May 2, 2022
T
bpo-46787: Fix `ProcessPoolExecutor exception` memory leak (GH-31408) (#31408)
themylogin committed
November 29, 2021
J
bpo-43498: Fix dictionary iteration error in _ExecutorManagerThread (GH-24868)
Jakub Kulík committed
November 20, 2021
L
bpo-44733: Add max_tasks_per_child to ProcessPoolExecutor (GH-27373)
Logan Jones committed
June 8, 2021
M
Use `from` imports (GH-26594)
Machinexa2 committed
February 8, 2021
A
bpo-40692: Run more test_concurrent_futures tests (GH-20239)
Asheesh Laroia committed
April 30, 2020
V
bpo-40443: Remove unused imports in the stdlib (GH-19803)
Victor Stinner committed
April 29, 2020
V
bpo-39995: Fix concurrent.futures _ThreadWakeup (GH-19760)
Victor Stinner committed
April 27, 2020
V
bpo-30966: concurrent.futures.Process.shutdown() closes queue (GH-19738)
Victor Stinner committed
April 19, 2020
K
bpo-39207: Spawn workers on demand in ProcessPoolExecutor (GH-19453)
Kyle Stanley committed
March 27, 2020
K
bpo-39812: Remove daemon threads in concurrent.futures (GH-19149)
Kyle Stanley committed
March 1, 2020
T
bpo-39678: refactor queue manager thread (GH-18551)
Thomas Moreau committed
February 16, 2020
T
bpo-39104: Fix hanging ProcessPoolExecutor on shutdown nowait with pickling failure (GH-17670)
Thomas Moreau committed
February 2, 2020
K
bpo-39349: Add *cancel_futures* to Executor.shutdown() (GH-18057)
Kyle Stanley committed
June 15, 2019
U
Fix typo in Lib/concurrent/futures/thread.py (GH-13953)
ubordignon committed
June 5, 2019
S
[3.9] bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-12620)
Serhiy Storchaka committed
May 8, 2019
B
bpo-26903: Limit ProcessPoolExecutor to 61 workers on Windows (GH-13132)
Brian Quinlan committed
May 7, 2019
B
Don't import wait from connection, it shadows a name (GH-13112)
Brian Quinlan committed
May 6, 2019
S
bpo-36542: Allow to overwrite the signature for Python functions. (GH-12705)
Serhiy Storchaka committed
April 12, 2019
T
Correct grammar in concurrent/futures/process.py docstring (GH-12761)
Thomas Grainger committed
April 1, 2019
S
bpo-36492: Deprecate passing some arguments as keyword arguments. (GH-12637)
Serhiy Storchaka committed
March 16, 2019
D
bpo-35715: Liberate return value of _process_worker (GH-11514)
Dave Chevell committed
April 10, 2018
March 12, 2018
T
bpo-33056 FIX leaking fd in concurrent.futures.ProcessPoolExecutor (#6084)
Thomas Moreau committed
January 5, 2018
T
bpo-31699 Deadlocks in `concurrent.futures.ProcessPoolExecutor` with pickling error (#3895)
Thomas Moreau committed