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 ba587ed commit 3a2448eCopy full SHA for 3a2448e
Python/optimizer.c
@@ -356,7 +356,7 @@ _PyUOpPrint(const _PyUOpInstruction *uop)
356
default:
357
printf(" (%d, Unknown format)", uop->oparg);
358
}
359
- if (_PyUop_Flags[uop->opcode] & HAS_ERROR_FLAG) {
+ if (_PyUop_Flags[_PyUop_Uncached[uop->opcode]] & HAS_ERROR_FLAG) {
360
printf(", error_target=%d", uop->error_target);
361
362
0 commit comments