index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_concurrent_futures
/
test_process_pool.py
Commit message (
Expand
)
Author
Age
*
gh-131152: Remove unused imports from tests (#131153)
Victor Stinner
2025-03-13
*
gh-128041: Add `terminate_workers` and `kill_workers` methods to ProcessPoolE...
Charles Machalow
2025-03-05
*
Revert "gh-128041: Add `terminate_workers` and `kill_workers` methods to Proc...
Sam Gross
2025-03-04
*
gh-128041: Add `terminate_workers` and `kill_workers` methods to ProcessPoolE...
Charles Machalow
2025-03-02
*
gh-117478: Add `@support.requires_gil_enabled` decorator (#117479)
Sam Gross
2024-04-04
*
gh-117344: Skip flaky tests in free-threaded build (#117355)
Sam Gross
2024-03-29
*
gh-114271: Fix race in `Thread.join()` (#114839)
mpage
2024-03-16
*
gh-110481: Implement inter-thread queue for biased reference counting (#114824)
Sam Gross
2024-02-09
*
GH-110829: Ensure Thread.join() joins the OS thread (#110848)
Antoine Pitrou
2023-11-04
*
gh-109047: concurrent.futures catches PythonFinalizationError (#109810)
Victor Stinner
2023-09-29
*
gh-108388: Convert test_concurrent_futures to package (#108401)
Victor Stinner
2023-08-24