Skip to content

Commit 6d00984

Browse files
Update Python/bytecodes.c
Co-authored-by: Serhiy Storchaka <[email protected]>
1 parent 79f7c73 commit 6d00984

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
@@ -5250,7 +5250,7 @@ dummy_func(
52505250
if (frame->lltrace >= 2) {
52515251
printf("SIDE EXIT: [UOp ");
52525252
_PyUOpPrint(&next_uop[-1]);
5253-
printf(", exit %lu, temp %d, target %d -> %s]\n",
5253+
printf(", exit %tu, temp %d, target %d -> %s]\n",
52545254
(unsigned long)(exit - current_executor->exits),
52555255
exit->temperature.value_and_backoff,
52565256
(int)(target - _PyFrame_GetBytecode(frame)),

0 commit comments

Comments
 (0)