]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-134173: optimize state transfer between `concurrent.futures.Future` and `asyncio...
authorJ. Nick Koston <nick@koston.org>
Sun, 18 May 2025 15:56:20 +0000 (11:56 -0400)
committerGitHub <noreply@github.com>
Sun, 18 May 2025 15:56:20 +0000 (21:26 +0530)
commit53da1e8c8ccbe3161ebc42e8b8b7ebd1ab70e05b
tree4022c20c85e456116c13b66adf02584e2c066785
parentf2de1e6861c27bd498f598efc01600450979b5f9
gh-134173: optimize state transfer between `concurrent.futures.Future` and `asyncio.Future` (#134174)

Co-authored-by: Kumar Aditya <kumaraditya@python.org>
Lib/asyncio/futures.py
Lib/concurrent/futures/_base.py
Lib/test/test_asyncio/test_futures.py
Lib/test/test_concurrent_futures/test_future.py
Misc/NEWS.d/next/Library/2025-05-18-07-25-15.gh-issue-134173.53oOoF.rst [new file with mode: 0644]