We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d291ae commit b10a0c9Copy full SHA for b10a0c9
Python/bytecodes.c
@@ -4964,7 +4964,7 @@ dummy_func(
4964
if (lltrace >= 2) {
4965
printf("SIDE EXIT: [UOp ");
4966
_PyUOpPrint(&next_uop[-1]);
4967
- printf(", exit %ld, temp %d, target %d -> %s]\n",
+ printf(", exit %u, temp %d, target %d -> %s]\n",
4968
exit - current_executor->exits, exit->temperature.value_and_backoff,
4969
(int)(target - _PyFrame_GetBytecode(frame)),
4970
_PyOpcode_OpName[target->op.code]);
@@ -5085,7 +5085,7 @@ dummy_func(
5085
5086
printf("DYNAMIC EXIT: [UOp ");
5087
5088
5089
5090
5091
Python/executor_cases.c.h
0 commit comments