Skip to content

Commit 93c9226

Browse files
Update test_opt.py
1 parent 2d735c3 commit 93c9226

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
@@ -2655,7 +2655,7 @@ def f():
26552655
for executor in all_executors:
26562656
opnames = list(get_opnames(executor))
26572657
# Assert all executors first terminator ends in
2658-
# _JUMP_TO_TOP or _EXIT_TRACE, not _DEOPT
2658+
# _EXIT_TRACE or _JUMP_TO_TOP, not _DEOPT
26592659
for idx, op in enumerate(opnames):
26602660
if op == "_EXIT_TRACE" or op == "_JUMP_TO_TOP":
26612661
break

0 commit comments

Comments
 (0)