]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-125207: Fix MSVC 1935 build with JIT (#125209)
authorMichael Droettboom <mdboom@gmail.com>
Fri, 18 Oct 2024 19:51:29 +0000 (15:51 -0400)
committerGitHub <noreply@github.com>
Fri, 18 Oct 2024 19:51:29 +0000 (15:51 -0400)
commitc8fd4b12e3db49d795de55f74d9bac445c059f1b
tree8cce43f4ce952c02b3bb64da89e62905823e604b
parentf8ba9fb2ce6690d2dd05b356583e8e4790badad7
gh-125207: Fix MSVC 1935 build with JIT (#125209)

* gh-125207: Use {0} array initializers

* Simplify, as suggested in PR

* Revert change to explicitly specify length
Python/jit.c
Tools/jit/_stencils.py
Tools/jit/_writer.py