cpython/Lib/test/test_concurrent_futures
Eric Snow 725da50520
Some checks are pending
Tests / Change detection (push) Waiting to run
Tests / Docs (push) Blocked by required conditions
Tests / Check if Autoconf files are up to date (push) Blocked by required conditions
Tests / Check if generated files are up to date (push) Blocked by required conditions
Tests / (push) Blocked by required conditions
Tests / Windows MSI (push) Blocked by required conditions
Tests / Ubuntu SSL tests with OpenSSL (push) Blocked by required conditions
Tests / WASI (push) Blocked by required conditions
Tests / Hypothesis tests on Ubuntu (push) Blocked by required conditions
Tests / Address sanitizer (push) Blocked by required conditions
Tests / Cross build Linux (push) Blocked by required conditions
Tests / CIFuzz (push) Blocked by required conditions
Tests / All required checks pass (push) Blocked by required conditions
Lint / lint (push) Waiting to run
mypy / Run mypy on Lib/_pyrepl (push) Waiting to run
mypy / Run mypy on Lib/test/libregrtest (push) Waiting to run
mypy / Run mypy on Lib/tomllib (push) Waiting to run
mypy / Run mypy on Tools/build (push) Waiting to run
mypy / Run mypy on Tools/cases_generator (push) Waiting to run
mypy / Run mypy on Tools/clinic (push) Waiting to run
mypy / Run mypy on Tools/jit (push) Waiting to run
mypy / Run mypy on Tools/peg_generator (push) Waiting to run
gh-133485: Use interpreters.Interpreter in InterpreterPoolExecutor (gh-133957)
Most importantly, this resolves the issues with functions and types defined in __main__.
It also expands the number of supported objects and simplifies the implementation.
2025-06-18 17:57:14 -06:00
..
__init__.py
executor.py gh-132063: ensure that ProcessPoolExecutor does not swallow falsey exceptions (#132129) 2025-04-08 15:11:13 +00:00
test_as_completed.py
test_deadlock.py gh-132097: skip tests raising an explicit SIGSEV when UB sanitizer is on (#132398) 2025-04-12 09:18:58 +02:00
test_future.py gh-134173: optimize state transfer between concurrent.futures.Future and asyncio.Future (#134174) 2025-05-18 21:26:20 +05:30
test_init.py gh-133485: Use interpreters.Interpreter in InterpreterPoolExecutor (gh-133957) 2025-06-18 17:57:14 -06:00
test_interpreter_pool.py gh-133485: Use interpreters.Interpreter in InterpreterPoolExecutor (gh-133957) 2025-06-18 17:57:14 -06:00
test_process_pool.py gh-131152: Remove unused imports from tests (#131153) 2025-03-13 10:55:23 +01:00
test_shutdown.py gh-132969: Fix error/hang when shutdown(wait=False) and task exited abnormally (GH-133222) 2025-06-10 13:28:31 +02:00
test_thread_pool.py gh-88110: Clear concurrent.futures.thread._threads_queues after fork to avoid joining parent process' threads (GH-126098) 2024-11-22 18:20:34 +02:00
test_wait.py gh-128364: Fix flaky test_concurrent_futures.test_wait tests (gh-130742) 2025-03-06 12:30:58 -05:00
util.py gh-128364: Fix flaky test_concurrent_futures.test_wait tests (gh-130742) 2025-03-06 12:30:58 -05:00