cpython/Lib/test/test_concurrent_futures
J. Nick Koston 53da1e8c8c
gh-134173: optimize state transfer between `concurrent.futures.Future` and `asyncio.Future` (#134174)
Co-authored-by: Kumar Aditya <kumaraditya@python.org>
2025-05-18 21:26:20 +05:30
..
__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
test_interpreter_pool.py gh-131152: Remove unused imports from tests (#131153) 2025-03-13 10:55:23 +01:00
test_process_pool.py gh-131152: Remove unused imports from tests (#131153) 2025-03-13 10:55:23 +01:00
test_shutdown.py
test_thread_pool.py
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