]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-89369: test_contextlib_async finalizes event loop after each test (#93074)
authorKumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Tue, 24 May 2022 13:41:32 +0000 (19:11 +0530)
committerGitHub <noreply@github.com>
Tue, 24 May 2022 13:41:32 +0000 (15:41 +0200)
commitd2ef66a10be1250b13c32fbf3c0f9a9d2d98b124
tree10a3d3d4a84cfa5e1f9ecdfb0562710aafc53588
parent37c9a351b15c3fc4fcdca5dcb9ce19e51d7d2dd7
GH-89369: test_contextlib_async finalizes event loop after each test (#93074)

Use asyncio.run().
Lib/test/test_contextlib_async.py