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 650e55d commit 5d816a2Copy full SHA for 5d816a2
1 file changed
Python/optimizer.c
@@ -652,11 +652,6 @@ translate_bytecode_to_trace(
652
RESERVE_RAW(2, "_EXIT_TRACE");
653
max_length--;
654
}
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
- }
660
switch (opcode) {
661
case POP_JUMP_IF_NONE:
662
case POP_JUMP_IF_NOT_NONE:
0 commit comments