]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-115119: Switch Windows build to mpdecimal external (GH-115182)
authorZachary Ware <zach@python.org>
Mon, 18 Mar 2024 17:07:25 +0000 (12:07 -0500)
committerGitHub <noreply@github.com>
Mon, 18 Mar 2024 17:07:25 +0000 (12:07 -0500)
commit849e0716d378d6f9f724d1b3c386f6613d52a49d
tree4db4dfc15306913513a2d7f0e2c22924be6b3a27
parent7707b14489644073ab0153f5751c6ddbf3fc6f91
gh-115119: Switch Windows build to mpdecimal external (GH-115182)

This includes adding what should be a relatively temporary
`Modules/_decimal/windows/mpdecimal.h` shim to choose between `mpdecimal32vc.h`
or `mpdecimal64vc.h` based on which of `CONFIG_64` or `CONFIG_32` is defined.
Misc/NEWS.d/next/Windows/2024-02-08-14-48-15.gh-issue-115119.qMt32O.rst [new file with mode: 0644]
Misc/externals.spdx.json
Modules/_decimal/windows/mpdecimal.h [new file with mode: 0644]
PCbuild/_decimal.vcxproj
PCbuild/_decimal.vcxproj.filters
PCbuild/get_externals.bat
PCbuild/python.props