]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] Mention loop_factory argument in docstring for asyncio.run() (GH-128288) ...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 27 Dec 2024 14:22:25 +0000 (15:22 +0100)
committerGitHub <noreply@github.com>
Fri, 27 Dec 2024 14:22:25 +0000 (14:22 +0000)
commitaea2e03b276c79f8934d17056a68899e69763fae
treeadf051d710943e27ce9962e6118e82c263d332be
parentbad6b7bfca8e806a4d1082530347ff149e912f1c
[3.13] Mention loop_factory argument in docstring for asyncio.run() (GH-128288) (#128291)

Mention loop_factory argument in docstring for asyncio.run() (GH-128288)
(cherry picked from commit 0b5f1fae573a2c658eb000433ad7b87e9c40c697)

Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com>
Lib/asyncio/runners.py