summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_concurrent_futures/test_deadlock.py
Commit message (Expand)AuthorAgeFilesLines
* [3.13] Fix typos (#123775) (#123866)Victor Stinner2024-10-071-2/+2
* gh-109917: Fix test instability in test_concurrent_futures (#110306)elfstrom2023-10-031-1/+2
* 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-108388: Convert test_concurrent_futures to package (#108401)Victor Stinner2023-08-241-0/+253