From e50ff65a4bc0a71a026817eddef86e0c64b81283 Mon Sep 17 00:00:00 2001 From: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com> Date: Sat, 18 Oct 2025 21:59:06 +0100 Subject: [PATCH] Whole test suite passing --- Python/optimizer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python/optimizer.c b/Python/optimizer.c index 8b16edab7cd2..39c1cfd6d697 100644 --- a/Python/optimizer.c +++ b/Python/optimizer.c @@ -684,7 +684,7 @@ _PyJIT_translate_single_bytecode_to_trace( max_length--; } - RESERVE_RAW(expansion->nuops + needs_guard_ip + 3, "uop and various checks"); + RESERVE_RAW(expansion->nuops + needs_guard_ip + 4, "uop and various checks"); switch (opcode) { -- 2.47.3