Skip to content

Commit a3c86b1

Browse files
committed
Remove trailing TODO
1 parent bbce6f6 commit a3c86b1

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Lib/asyncio/__main__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ def run(self):
106106
with tokenize.open(startup_path) as f:
107107
startup_code = compile(f.read(), startup_path, "exec")
108108
exec(startup_code, console.locals)
109-
# TODO: Revisit in GH-143023
110109
except SystemExit:
111110
raise
112111
except BaseException:

0 commit comments

Comments
 (0)