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 a9add64 commit b52ce1eCopy full SHA for b52ce1e
1 file changed
Python/optimizer_symbols.c
@@ -79,7 +79,7 @@ _PyUOpSymPrint(JitOptRef ref)
79
JitOptSymbol *sym = PyJitRef_Unwrap(ref);
80
switch (sym->tag) {
81
case JIT_SYM_UNKNOWN_TAG:
82
- printf("<UNKNOWN at %p>", (void *)sym);
+ printf("<? at %p>", (void *)sym);
83
break;
84
case JIT_SYM_NULL_TAG:
85
printf("<NULL at %p>", (void *)sym);
0 commit comments