Skip to content

Commit 251e19e

Browse files
fix TC
1 parent fa3e285 commit 251e19e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Python/bytecodes.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5681,6 +5681,7 @@ dummy_func(
56815681
label(stop_tracing) {
56825682
#if _Py_TIER2
56835683
assert(IS_JIT_TRACING());
5684+
int opcode = next_instr->op.code;
56845685
_PyJit_translate_single_bytecode_to_trace(tstate, frame, NULL, true);
56855686
LEAVE_TRACING();
56865687
int err = bail_tracing_and_jit(tstate, frame);

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)