]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-95899: fix asyncio.Runner to call set_event_loop only once (GH-95900) (#96003)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 15 Aug 2022 22:01:23 +0000 (15:01 -0700)
committerGitHub <noreply@github.com>
Mon, 15 Aug 2022 22:01:23 +0000 (15:01 -0700)
commit8bd7a0b5810529cd3ed378de42a74e9301856f12
tree8694a7367a7b68d1f702ef38ab818bac2bd2d5c0
parent3fa97b8589c551e70ec935e7f39d56c3c5d5ed7e
GH-95899: fix asyncio.Runner to call set_event_loop only once (GH-95900) (#96003)

(cherry picked from commit 914f6367a0d015986dafa7a9d542e24192753b6b)

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-08-11-18-52-17.gh-issue-95899._Bi4uG.rst [new file with mode: 0644]