]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-99388: add `loop_factory` parameter to `asyncio.run` (#99462)
authorKumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Mon, 14 Nov 2022 18:18:51 +0000 (23:48 +0530)
committerGitHub <noreply@github.com>
Mon, 14 Nov 2022 18:18:51 +0000 (10:18 -0800)
commitf63002755d3b7c0bb2e452f158769f19fcf3b850
treee5d4dd832ee63f246a72bcc78a9dda88fad4e262
parentf5e326e2b6b3f008ed71ccf9e6c3e18a6618ea45
GH-99388: add `loop_factory` parameter to `asyncio.run` (#99462)
Doc/library/asyncio-runner.rst
Doc/whatsnew/3.12.rst
Lib/asyncio/runners.py
Lib/test/test_asyncio/test_runners.py
Misc/NEWS.d/next/Library/2022-11-14-08-21-56.gh-issue-99388.UWSlwp.rst [new file with mode: 0644]