0
0
mirror of https://github.com/python/cpython.git synced 2024-11-21 12:59:38 +01:00
cpython/Lib/test/test_concurrent_futures
Peter Bierma 41bd9d959c
gh-125864: Propagate pickle.loads() failures in InterpreterPoolExecutor (gh-125898)
Authored-by: Peter Bierma <zintensitydev@gmail.com>
2024-10-24 10:51:45 -06:00
..
__init__.py gh-71052: fix test_concurrent_futures wasi regression. (#115923) 2024-02-26 00:02:56 +00:00
executor.py gh-124694: Add concurrent.futures.InterpreterPoolExecutor (gh-124548) 2024-10-16 16:50:46 -06:00
test_as_completed.py gh-109565: Fix concurrent.futures test_future_times_out() (#109949) 2023-09-27 08:51:44 +00:00
test_deadlock.py Fix typos (#123775) 2024-09-09 14:58:26 +02:00
test_future.py
test_init.py gh-117657: Skip test when running under TSan (GH-121549) 2024-07-09 14:12:45 -07:00
test_interpreter_pool.py gh-125864: Propagate pickle.loads() failures in InterpreterPoolExecutor (gh-125898) 2024-10-24 10:51:45 -06:00
test_process_pool.py gh-117478: Add @support.requires_gil_enabled decorator (#117479) 2024-04-04 14:10:46 -04:00
test_shutdown.py gh-125451: Fix deadlock in ProcessPoolExecutor shutdown (#125492) 2024-10-16 11:39:17 -04:00
test_thread_pool.py gh-117478: Add @support.requires_gil_enabled decorator (#117479) 2024-04-04 14:10:46 -04:00
test_wait.py gh-116622: Test updates for Android (#117299) 2024-04-05 20:57:36 +00:00
util.py gh-124694: Add concurrent.futures.InterpreterPoolExecutor (gh-124548) 2024-10-16 16:50:46 -06:00