Skip to content

Commit 8834324

Browse files
Address review
1 parent a9548b8 commit 8834324

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_capi/test_opt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3012,7 +3012,7 @@ def f():
30123012
self.assertGreaterEqual(len(all_executors), 2)
30133013
executor_ids = [id(e) for e in all_executors]
30143014
for executor in all_executors:
3015-
ops = list(get_ops(executor))
3015+
ops = get_ops(executor)
30163016
# Assert all executors first terminator ends in
30173017
# _EXIT_TRACE or _JUMP_TO_TOP, not _DEOPT
30183018
for idx, op in enumerate(ops):

0 commit comments

Comments
 (0)