]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-95899: fix asyncio.Runner to call set_event_loop only once (#95900)
authorKumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Mon, 15 Aug 2022 17:02:47 +0000 (22:32 +0530)
committerGitHub <noreply@github.com>
Mon, 15 Aug 2022 17:02:47 +0000 (10:02 -0700)
commit914f6367a0d015986dafa7a9d542e24192753b6b
tree213d940fc16cdfdb81d55bd5c608c09fe24020c6
parent2fa03b1b0708d5d74630c351ec9abd2aac7550da
GH-95899: fix asyncio.Runner to call set_event_loop only once (#95900)
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]