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 57f6c39 commit ef3c108Copy full SHA for ef3c108
Python/optimizer.c
@@ -591,6 +591,7 @@ translate_bytecode_to_trace(
591
592
for (;;) {
593
target = INSTR_IP(instr, code);
594
+ // One for possible _DEOPT, one because _CHECK_VALIDITY itself might _DEOPT
595
max_length-=2;
596
uint32_t opcode = instr->op.code;
597
uint32_t oparg = instr->op.arg;
0 commit comments