summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_concurrent_futures
Commit message (Expand)AuthorAgeFilesLines
* [3.13] gh-88110: Clear concurrent.futures.thread._threads_queues after fork t...Miss Islington (bot)2024-11-221-0/+19
* [3.13] Fix typos (#123775) (#123866)Victor Stinner2024-10-071-2/+2
* [3.13] gh-117657: Skip test when running under TSan (GH-121549) (GH-121553)Miss Islington (bot)2024-07-091-0/+1
* gh-118140: Make the``test_concurrent_futures.test_init`` quiet. (GH-118141)Kirill Podoprigora2024-04-231-1/+2
* gh-117688: Fix deadlock in test_no_stale_references with GIL disabled (#117720)Sam Gross2024-04-151-11/+21
* gh-116622: Test updates for Android (#117299)Malcolm Smith2024-04-051-1/+1
* gh-117478: Add `@support.requires_gil_enabled` decorator (#117479)Sam Gross2024-04-042-2/+2
* gh-117344: Skip flaky tests in free-threaded build (#117355)Sam Gross2024-03-292-0/+2
* gh-114099: Additions to standard library to support iOS (GH-117052)Russell Keith-Magee2024-03-281-0/+1
* gh-114271: Fix race in `Thread.join()` (#114839)mpage2024-03-161-2/+2
* gh-112536: Add TSAN builds on Github Actions (#116872)Donghee Na2024-03-161-0/+4
* gh-116682: stdout may be empty in test_cancel_futures_wait_false (#116683)Sam Gross2024-03-131-1/+3
* gh-71052: fix test_concurrent_futures wasi regression. (#115923)Gregory P. Smith2024-02-261-1/+5
* gh-71052: Enable test_concurrent_futures on platforms that lack multiprocessi...Malcolm Smith2024-02-253-3/+14
* gh-104090: Add exit code to multiprocessing ResourceTracker (GH-115410)Petr Viktorin2024-02-211-0/+26
* gh-110481: Implement inter-thread queue for biased reference counting (#114824)Sam Gross2024-02-092-2/+16
* GH-110829: Ensure Thread.join() joins the OS thread (#110848)Antoine Pitrou2023-11-041-3/+3
* gh-109917: Fix test instability in test_concurrent_futures (#110306)elfstrom2023-10-031-1/+2
* gh-109649: Use os.process_cpu_count() (#110165)Victor Stinner2023-10-011-1/+1
* gh-109047: concurrent.futures catches PythonFinalizationError (#109810)Victor Stinner2023-09-291-0/+29
* gh-109594: Fix concurrent.futures test_timeout() (#110018)Victor Stinner2023-09-281-8/+9
* gh-109565: Fix concurrent.futures test_future_times_out() (#109949)Victor Stinner2023-09-271-2/+5
* gh-109832: concurrent.futures test_deadlock restores sys.stderr (#109887)Victor Stinner2023-09-261-0/+6
* gh-105829: Fix concurrent.futures.ProcessPoolExecutor deadlock (#108513)elfstrom2023-09-221-1/+71
* gh-109702: Increase concurrent_futures deadlock timeout (#109703)Victor Stinner2023-09-221-1/+1
* gh-107219: Fix concurrent.futures terminate_broken() (#108974)Victor Stinner2023-09-061-0/+2
* gh-108416: Mark slow but not CPU bound test methods with requires_resource('w...Serhiy Storchaka2023-09-052-0/+4
* gh-108416: Mark slow test methods with @requires_resource('cpu') (GH-108421)Serhiy Storchaka2023-09-021-0/+2
* gh-108388: Convert test_concurrent_futures to package (#108401)Victor Stinner2023-08-2411-0/+1844