aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_concurrent_futures/test_future.py
Commit message (Collapse)AuthorAge
* gh-134173: optimize state transfer between `concurrent.futures.Future` and ↵J. Nick Koston2025-05-18
| | | | | `asyncio.Future` (#134174) Co-authored-by: Kumar Aditya <kumaraditya@python.org>
* gh-108388: Convert test_concurrent_futures to package (#108401)Victor Stinner2023-08-24
Convert test_concurrent_futures to a package of sub-tests.