Thanks to visit codestin.com Credit goes to github.com
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 16a305f commit 92d4aeaCopy full SHA for 92d4aea
1 file changed
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