aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_concurrent_futures/test_process_pool.py
Commit message (Expand)AuthorAge
* gh-131152: Remove unused imports from tests (#131153)Victor Stinner2025-03-13
* gh-128041: Add `terminate_workers` and `kill_workers` methods to ProcessPoolE...Charles Machalow2025-03-05
* Revert "gh-128041: Add `terminate_workers` and `kill_workers` methods to Proc...Sam Gross2025-03-04
* gh-128041: Add `terminate_workers` and `kill_workers` methods to ProcessPoolE...Charles Machalow2025-03-02
* gh-117478: Add `@support.requires_gil_enabled` decorator (#117479)Sam Gross2024-04-04
* gh-117344: Skip flaky tests in free-threaded build (#117355)Sam Gross2024-03-29
* gh-114271: Fix race in `Thread.join()` (#114839)mpage2024-03-16
* gh-110481: Implement inter-thread queue for biased reference counting (#114824)Sam Gross2024-02-09
* GH-110829: Ensure Thread.join() joins the OS thread (#110848)Antoine Pitrou2023-11-04
* gh-109047: concurrent.futures catches PythonFinalizationError (#109810)Victor Stinner2023-09-29
* gh-108388: Convert test_concurrent_futures to package (#108401)Victor Stinner2023-08-24