]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-136447: Use `self.loop` instead of global `loop` variable in asyncio REPL...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 9 Jul 2025 09:23:43 +0000 (11:23 +0200)
committerGitHub <noreply@github.com>
Wed, 9 Jul 2025 09:23:43 +0000 (09:23 +0000)
commit19518a4205d064ad6000525f2a3fae0d52bc05c9
tree20f36147bfaa3e24707f0612d242fc5bec3cac3e
parentc29fce05f3b4558f2dcd91ccaac5ab646caf6c1c
[3.14] gh-136447: Use `self.loop` instead of global `loop` variable in asyncio REPL (GH-136448) (#136458)

gh-136447: Use `self.loop` instead of global `loop` variable in asyncio REPL (GH-136448)
(cherry picked from commit 77fa7a4dcc771bf4d297ebfd4f357483d0750a1c)

Co-authored-by: Justin Su <injustsu@gmail.com>
Lib/asyncio/__main__.py