Skip to content

Commit e50ff65

Browse files
Whole test suite passing
1 parent d114944 commit e50ff65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/optimizer.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,7 @@ _PyJIT_translate_single_bytecode_to_trace(
684684
max_length--;
685685
}
686686

687-
RESERVE_RAW(expansion->nuops + needs_guard_ip + 3, "uop and various checks");
687+
RESERVE_RAW(expansion->nuops + needs_guard_ip + 4, "uop and various checks");
688688

689689

690690
switch (opcode) {

0 commit comments

Comments
 (0)