We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c115345 commit 02cfe94Copy full SHA for 02cfe94
Lib/asyncio/__main__.py
@@ -105,7 +105,7 @@ def run(self):
105
import tokenize
106
with tokenize.open(startup_path) as f:
107
startup_code = compile(f.read(), startup_path, "exec")
108
- exec(startup_code, console.locals)
+ exec(startup_code, console.locals)
109
# TODO: Revisit in GH-143023
110
except SystemExit:
111
raise
0 commit comments