Skip to content

Commit b0432ae

Browse files
Fix TRACE_RECORD if trace full
1 parent 8a672c3 commit b0432ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/bytecodes.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5650,7 +5650,7 @@ dummy_func(
56505650
LEAVE_TRACING();
56515651
int err = stop_tracing_and_jit(tstate, frame);
56525652
ERROR_IF(err < 0);
5653-
DISPATCH_GOTO_NON_TRACING();
5653+
DISPATCH();
56545654
}
56555655
// Super instructions. Instruction deopted. There's a mismatch in what the stack expects
56565656
// in the optimizer. So we have to reflect in the trace correctly.

0 commit comments

Comments
 (0)