fail-fast: false
matrix:
target:
-# To re-enable later when we support thesee.
+# To re-enable later when we support these.
# - i686-pc-windows-msvc/msvc
# - x86_64-pc-windows-msvc/msvc
# - aarch64-pc-windows-msvc/msvc
llvm:
- 19
include:
-# To re-enable later when we support thesee.
+# To re-enable later when we support these.
# - target: i686-pc-windows-msvc/msvc
# architecture: Win32
# runner: windows-2022
}
// Required to not get stuck in infinite specialization loops due to specialization failure.
-// We use 2 here as tnere are a few scenarios:
+// We use 2 here as there are a few scenarios:
// 1. Freshly specialized from unspecialized, in which case the counter will be 1.
// 2. Re-specialized from deopt, in which case the counter will be 1.
// 3. Deopt -> Specialize -> Deopt -> Specialize, in which case the counter will be 2.
ERROR_NO_POP();
}
/* iterator ended normally */
- /* This just sets the IP to what it expects (see normal _FOR_ITER */
+ /* This just sets the IP to what it expects (see normal _FOR_ITER) */
frame->instr_ptr += (oparg + 2 + INLINE_CACHE_ENTRIES_FOR_ITER);
EXIT_IF(true);
}
JUMP_TO_LABEL(start_frame); \
} while (0)
-
/* Tuple access macros */
#ifndef Py_DEBUG
out.start_line()
if reachable: # type: ignore[possibly-undefined]
stack.flush(out)
- out.emit(f"DISPATCH();\n")
+ out.emit("DISPATCH();\n")
out.start_line()
out.emit("}")
out.emit("\n")