]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Whole test suite passing
authorKen Jin <28750310+Fidget-Spinner@users.noreply.github.com>
Sat, 18 Oct 2025 20:59:06 +0000 (21:59 +0100)
committerKen Jin <28750310+Fidget-Spinner@users.noreply.github.com>
Sat, 18 Oct 2025 20:59:06 +0000 (21:59 +0100)
Python/optimizer.c

index 8b16edab7cd218decd6a924bdac211635843aa0f..39c1cfd6d697b74b881d74d6288da4d4375ccef4 100644 (file)
@@ -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) {