summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_concurrent_futures/test_thread_pool.py
Commit message (Expand)AuthorAgeFilesLines
* [3.13] gh-88110: Clear concurrent.futures.thread._threads_queues after fork t...Miss Islington (bot)2024-11-221-0/+19
* 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-114099: Additions to standard library to support iOS (GH-117052)Russell Keith-Magee2024-03-281-0/+1
* gh-109649: Use os.process_cpu_count() (#110165)Victor Stinner2023-10-011-1/+1
* gh-108416: Mark slow test methods with @requires_resource('cpu') (GH-108421)Serhiy Storchaka2023-09-021-0/+2
* gh-108388: Convert test_concurrent_futures to package (#108401)Victor Stinner2023-08-241-0/+98