Skip to content

Commit a6fd711

Browse files
committed
nit
1 parent b4aad3c commit a6fd711

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Python/optimizer.c

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -653,13 +653,13 @@ translate_bytecode_to_trace(
653653
max_length--;
654654
}
655655
if (OPCODE_HAS_ERROR(opcode)) {
656-
// Make space for error stub and final _EXIT_TRACE:
657-
RESERVE_RAW(2, "_ERROR_POP_N");
658-
max_length--;
656+
// Make space for error stub and final _EXIT_TRACE:
657+
RESERVE_RAW(2, "_ERROR_POP_N");
658+
max_length--;
659659
}
660660
if (OPCODE_HAS_DEOPT(opcode)) {
661-
RESERVE_RAW(2, "_DEOPT");
662-
max_length--;
661+
RESERVE_RAW(2, "_DEOPT");
662+
max_length--;
663663
}
664664
switch (opcode) {
665665
case POP_JUMP_IF_NONE:

0 commit comments

Comments
 (0)