Skip to content

Commit dc0c71c

Browse files
format
1 parent 98c21be commit dc0c71c

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
@@ -5616,7 +5616,7 @@ dummy_func(
56165616
if (full) {
56175617
LEAVE_TRACING();
56185618
int err = stop_tracing_and_jit(tstate, frame);
5619-
ERROR_IF(err < 0);.
5619+
ERROR_IF(err < 0);
56205620
DISPATCH();
56215621
}
56225622
// Super instructions. Instruction deopted. There's a mismatch in what the stack expects

0 commit comments

Comments
 (0)