]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-136447: Use `self.loop` instead of global `loop` variable in asyncio REPL (#136448)
authorJustin Su <injustsu@gmail.com>
Wed, 9 Jul 2025 08:57:20 +0000 (04:57 -0400)
committerGitHub <noreply@github.com>
Wed, 9 Jul 2025 08:57:20 +0000 (14:27 +0530)
commit77fa7a4dcc771bf4d297ebfd4f357483d0750a1c
tree05d45fc8e81252c9932656376b960309189af7d1
parent797abd1f7fdeb744bf9f683ef844e7279aad3d72
gh-136447: Use `self.loop` instead of global `loop` variable in asyncio REPL (#136448)
Lib/asyncio/__main__.py