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 a7957fa commit 7d90844Copy full SHA for 7d90844
Python/bytecodes.c
@@ -4937,7 +4937,7 @@ dummy_func(
4937
if (lltrace >= 2) {
4938
printf("SIDE EXIT: [UOp ");
4939
_PyUOpPrint(&next_uop[-1]);
4940
- printf(", exit %u, temp %d, target %d -> %s]\n",
+ printf(", exit %ld, temp %d, target %d -> %s]\n",
4941
exit - current_executor->exits, exit->temperature.value_and_backoff,
4942
(int)(target - _PyFrame_GetBytecode(frame)),
4943
_PyOpcode_OpName[target->op.code]);
@@ -5065,7 +5065,7 @@ dummy_func(
5065
5066
printf("DYNAMIC EXIT: [UOp ");
5067
5068
5069
5070
5071
Python/executor_cases.c.h
0 commit comments