Skip to content

Commit b10a0c9

Browse files
committed
Revert unnecessary changes
1 parent 7d291ae commit b10a0c9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Python/bytecodes.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4964,7 +4964,7 @@ dummy_func(
49644964
if (lltrace >= 2) {
49654965
printf("SIDE EXIT: [UOp ");
49664966
_PyUOpPrint(&next_uop[-1]);
4967-
printf(", exit %ld, temp %d, target %d -> %s]\n",
4967+
printf(", exit %u, temp %d, target %d -> %s]\n",
49684968
exit - current_executor->exits, exit->temperature.value_and_backoff,
49694969
(int)(target - _PyFrame_GetBytecode(frame)),
49704970
_PyOpcode_OpName[target->op.code]);
@@ -5085,7 +5085,7 @@ dummy_func(
50855085
if (lltrace >= 2) {
50865086
printf("DYNAMIC EXIT: [UOp ");
50875087
_PyUOpPrint(&next_uop[-1]);
5088-
printf(", exit %ld, temp %d, target %d -> %s]\n",
5088+
printf(", exit %u, temp %d, target %d -> %s]\n",
50895089
exit - current_executor->exits, exit->temperature.value_and_backoff,
50905090
(int)(target - _PyFrame_GetBytecode(frame)),
50915091
_PyOpcode_OpName[target->op.code]);

Python/executor_cases.c.h

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)