Skip to content

Commit f17c5be

Browse files
committed
Update original file
1 parent b261432 commit f17c5be

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Python/bytecodes.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5251,8 +5251,7 @@ dummy_func(
52515251
printf("SIDE EXIT: [UOp ");
52525252
_PyUOpPrint(&next_uop[-1]);
52535253
printf(", exit %tu, temp %d, target %d -> %s]\n",
5254-
(unsigned long)(exit - current_executor->exits),
5255-
exit->temperature.value_and_backoff,
5254+
exit - current_executor->exits, exit->temperature.value_and_backoff,
52565255
(int)(target - _PyFrame_GetBytecode(frame)),
52575256
_PyOpcode_OpName[target->op.code]);
52585257
}

0 commit comments

Comments
 (0)