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 2d735c3 commit 93c9226Copy full SHA for 93c9226
Lib/test/test_capi/test_opt.py
@@ -2655,7 +2655,7 @@ def f():
2655
for executor in all_executors:
2656
opnames = list(get_opnames(executor))
2657
# Assert all executors first terminator ends in
2658
- # _JUMP_TO_TOP or _EXIT_TRACE, not _DEOPT
+ # _EXIT_TRACE or _JUMP_TO_TOP, not _DEOPT
2659
for idx, op in enumerate(opnames):
2660
if op == "_EXIT_TRACE" or op == "_JUMP_TO_TOP":
2661
break
0 commit comments