From: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com> Date: Sat, 18 Oct 2025 20:59:06 +0000 (+0100) Subject: Whole test suite passing X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e50ff65a4bc0a71a026817eddef86e0c64b81283;p=thirdparty%2FPython%2Fcpython.git Whole test suite passing --- 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) {