]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-146210: Fix building the jit stencils on Windows when the interpreter is built...
authorChris Eibl <138194463+chris-eibl@users.noreply.github.com>
Fri, 3 Apr 2026 19:42:13 +0000 (21:42 +0200)
committerGitHub <noreply@github.com>
Fri, 3 Apr 2026 19:42:13 +0000 (12:42 -0700)
commitdea4083aa952c955a7c3a7657034bd38889a4e22
tree7aae75ae5c060cc1ae5d35fda281a6ecf654686c
parent80d0a85d969d305c7436dc54f8939d7b6f441b5f
GH-146210: Fix building the jit stencils on Windows when the interpreter is built with a different clang version (#146338)

Co-authored-by: Savannah Ostrowski <savannah@python.org>
Misc/NEWS.d/next/Build/2026-03-23-20-06-35.gh-issue-146210.C01Rmq.rst [new file with mode: 0644]
Tools/jit/_llvm.py