]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-127906: Fix Py_BUILD_ASSERT_EXPR() on Windows (#127994)
authorVictor Stinner <vstinner@python.org>
Mon, 16 Dec 2024 17:17:01 +0000 (18:17 +0100)
committerGitHub <noreply@github.com>
Mon, 16 Dec 2024 17:17:01 +0000 (17:17 +0000)
commit8e143b2886c7ccef1b18c10d28d16b2358dd6636
treee3323d38a7dd0db0443566a4dc574886110e93b8
parent89f4b23f9efa4919e59cc542fd44062efc9898f2
[3.13] gh-127906: Fix Py_BUILD_ASSERT_EXPR() on Windows (#127994)

gh-127906: Fix Py_BUILD_ASSERT_EXPR() on Windows

Change Py_BUILD_ASSERT_EXPR implementation on Windows to avoid a
compiler warning about an unnamed structure.
Include/pymacro.h