Skip to content

Commit 5d816a2

Browse files
committed
fix
1 parent 650e55d commit 5d816a2

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Python/optimizer.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -652,11 +652,6 @@ translate_bytecode_to_trace(
652652
RESERVE_RAW(2, "_EXIT_TRACE");
653653
max_length--;
654654
}
655-
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--;
659-
}
660655
switch (opcode) {
661656
case POP_JUMP_IF_NONE:
662657
case POP_JUMP_IF_NOT_NONE:

0 commit comments

Comments
 (0)