]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-93896: AAlways set event loop in asyncio.run and IsolatedAsyncioTestCase (GH-94593)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 6 Jul 2022 15:48:37 +0000 (08:48 -0700)
committerGitHub <noreply@github.com>
Wed, 6 Jul 2022 15:48:37 +0000 (08:48 -0700)
commit0187b601063c09670c2f65a68e4c42231b1446e1
tree3335a8dd5ed36848bffa6b36ec425ffff10b8110
parentb22f9d6e8cd9ef15e4898a1d3f2e52ade26a0594
GH-93896: AAlways set event loop in asyncio.run and IsolatedAsyncioTestCase (GH-94593)

(cherry picked from commit 14fea6b4d25658bc00adbb97dd40ea3d3e6843ad)

Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Lib/asyncio/runners.py
Lib/test/test_asyncio/test_runners.py
Misc/NEWS.d/next/Library/2022-07-06-06-02-02.gh-issue-93896.vIgWGr.rst [new file with mode: 0644]