summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_concurrent_futures/executor.py
Commit message (Expand)AuthorAgeFilesLines
* gh-124694: Add concurrent.futures.InterpreterPoolExecutor (gh-124548)Eric Snow2024-10-161-1/+3
* gh-120417: Remove unused imports in tests (part 1) (#120629)Victor Stinner2024-06-171-1/+0
* gh-117688: Fix deadlock in test_no_stale_references with GIL disabled (#117720)Sam Gross2024-04-151-11/+21
* gh-110481: Implement inter-thread queue for biased reference counting (#114824)Sam Gross2024-02-091-2/+15
* gh-108416: Mark slow but not CPU bound test methods with requires_resource('w...Serhiy Storchaka2023-09-051-0/+1
* gh-108388: Convert test_concurrent_futures to package (#108401)Victor Stinner2023-08-241-0/+107