Skip to content

Commit de9f2f8

Browse files
committed
Fix tail calling interpreter
1 parent 8807c08 commit de9f2f8

File tree

4 files changed

+229
-227
lines changed

4 files changed

+229
-227
lines changed

Python/bytecodes.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5677,6 +5677,7 @@ dummy_func(
56775677
}
56785678
DISPATCH_GOTO_NON_TRACING();
56795679
#else
5680+
(void)prev_instr;
56805681
Py_FatalError("JIT instruction executed in non-jit build.");
56815682
#endif
56825683
}

Python/generated_cases.c.h

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)