summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_concurrent_futures/executor.py
Commit message (Expand)AuthorAgeFilesLines
* gh-135427: Fix DeprecationWarning for os.fork when run in threads with -Werro...Rani Pinchuk2025-08-261-1/+15
* gh-132063: ensure that `ProcessPoolExecutor` does not swallow falsey exceptio...Duprat2025-04-081-0/+28
* gh-74028: add `buffersize` parameter to `concurrent.futures.Executor.map` for...Enzo Bonnal2025-03-131-0/+70
* gh-110097: Fix flaky `test_timeout` in `test_concurrent_futures.test_process_...Sam Gross2025-03-121-1/+3
* gh-130957: Use `sleeping_retry` in `test_free_reference` (#130958)Sam Gross2025-03-111-1/+4
* 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