]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-77532: Minor tweaks to allow compiling with PlatformToolset=ClangCL on Windows...
authorSteve Dower <steve.dower@python.org>
Fri, 27 Jan 2023 14:45:08 +0000 (14:45 +0000)
committerGitHub <noreply@github.com>
Fri, 27 Jan 2023 14:45:08 +0000 (14:45 +0000)
commit737d367b1f4bad76914173a64d6bbe19a984cd5f
treefc15b2c1c3dad1d49acd95304a0b1a85a1862388
parent7956e0c30001cc0940caa66fab4d72455c865b3a
gh-77532: Minor tweaks to allow compiling with PlatformToolset=ClangCL on Windows (GH-101352)

To use this, ensure that clang support was selected in Visual Studio Installer, then set the PlatformToolset environment variable to "ClangCL" and build as normal from the command line.
It remains unsupported, but at least is possible now for experimentation.
Include/cpython/pytime.h
Include/internal/pycore_tracemalloc.h
Misc/NEWS.d/next/Build/2023-01-26-19-02-11.gh-issue-77532.cXD8bg.rst [new file with mode: 0644]
Modules/_decimal/libmpdec/mpdecimal.c
PC/launcher2.c
PC/pyconfig.h
PCbuild/pyproject.props