]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-47062: Implement asyncio.Runner context manager (GH-31799)
authorAndrew Svetlov <andrew.svetlov@gmail.com>
Thu, 24 Mar 2022 19:51:16 +0000 (21:51 +0200)
committerGitHub <noreply@github.com>
Thu, 24 Mar 2022 19:51:16 +0000 (21:51 +0200)
commit4119d2d7c9e25acd4f16994fb92d656f8b7816d7
tree13f5086fc5ad0247381d347c4271a8ca79a20fd7
parent2f49b97cc5426087b46515254b9a97a22ee8c807
bpo-47062: Implement asyncio.Runner context manager (GH-31799)

Co-authored-by: Zachary Ware <zach@python.org>
Doc/library/asyncio-runner.rst [new file with mode: 0644]
Doc/library/asyncio-task.rst
Doc/library/asyncio.rst
Lib/asyncio/runners.py
Lib/test/test_asyncio/test_runners.py
Lib/unittest/async_case.py
Misc/NEWS.d/next/Library/2022-03-18-22-46-18.bpo-47062.RNc99_.rst [new file with mode: 0644]