Skip to content

Commit ef3c108

Browse files
committed
Add comment
1 parent 57f6c39 commit ef3c108

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Python/optimizer.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -591,6 +591,7 @@ translate_bytecode_to_trace(
591591

592592
for (;;) {
593593
target = INSTR_IP(instr, code);
594+
// One for possible _DEOPT, one because _CHECK_VALIDITY itself might _DEOPT
594595
max_length-=2;
595596
uint32_t opcode = instr->op.code;
596597
uint32_t oparg = instr->op.arg;

0 commit comments

Comments
 (0)