]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-120284: Enhance `asyncio.run` to accept awaitable objects (#120566)
authorRon Frederick <ronf@timeheart.net>
Thu, 26 Sep 2024 06:15:08 +0000 (23:15 -0700)
committerGitHub <noreply@github.com>
Thu, 26 Sep 2024 06:15:08 +0000 (11:45 +0530)
commit1229cb8c1412d37cf3206eab407f03e21d602cbd
tree9ff9363d0b2c15026c225cb16e6305fe8cd9028c
parent46f5cbca4c37c57f718d3de0d7f7ddfc44298535
gh-120284: Enhance `asyncio.run` to accept awaitable objects (#120566)

Co-authored-by: Kumar Aditya <kumaraditya@python.org>
Doc/library/asyncio-runner.rst
Lib/asyncio/runners.py
Lib/test/test_asyncio/test_runners.py
Misc/NEWS.d/next/Library/2024-06-15-23-38-36.gh-issue-120284.HwsAtY.rst [new file with mode: 0644]