COMMITS
/ Lib/test/test_concurrent_futures/test_process_pool.py November 11, 2025
August 26, 2025
R
gh-135427: Fix DeprecationWarning for os.fork when run in threads with -Werror (GH-136796)
Rani Pinchuk committed
March 13, 2025
V
gh-131152: Remove unused imports from tests (#131153)
Victor Stinner committed
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
April 4, 2024
S
gh-117478: Add `@support.requires_gil_enabled` decorator (#117479)
Sam Gross committed
March 29, 2024
S
gh-117344: Skip flaky tests in free-threaded build (#117355)
Sam Gross committed
March 16, 2024
M
gh-114271: Fix race in `Thread.join()` (#114839)
mpage committed
February 9, 2024
S
gh-110481: Implement inter-thread queue for biased reference counting (#114824)
Sam Gross committed
November 4, 2023
A
GH-110829: Ensure Thread.join() joins the OS thread (#110848)
Antoine Pitrou committed
September 29, 2023
V
gh-109047: concurrent.futures catches PythonFinalizationError (#109810)
Victor Stinner committed
August 24, 2023
V
gh-108388: Convert test_concurrent_futures to package (#108401)
Victor Stinner committed