summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_concurrent_futures/test_process_pool.py
Commit message (Expand)AuthorAgeFilesLines
* gh-117478: Add `@support.requires_gil_enabled` decorator (#117479)Sam Gross2024-04-041-1/+1
* gh-117344: Skip flaky tests in free-threaded build (#117355)Sam Gross2024-03-291-0/+1
* gh-114271: Fix race in `Thread.join()` (#114839)mpage2024-03-161-2/+2
* gh-110481: Implement inter-thread queue for biased reference counting (#114824)Sam Gross2024-02-091-0/+1
* GH-110829: Ensure Thread.join() joins the OS thread (#110848)Antoine Pitrou2023-11-041-3/+3
* gh-109047: concurrent.futures catches PythonFinalizationError (#109810)Victor Stinner2023-09-291-0/+29
* gh-108388: Convert test_concurrent_futures to package (#108401)Victor Stinner2023-08-241-0/+202