Skip to content

Commit b9ffea7

Browse files
authored
Add a todo for future
1 parent c4e488e commit b9ffea7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/asyncio/__main__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ def run(self):
103103
startup_code = compile(f.read(), startup_path, "exec")
104104
try:
105105
exec(startup_code, console.locals)
106+
# TODO: Revisit in GH-143023
106107
except SystemExit:
107108
raise
108109
except BaseException:

0 commit comments

Comments
 (0)