]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-129838: Don't redefine _Py_NO_SANITIZE_UNDEFINED (#129839)
authorCollin Funk <collin.funk1@gmail.com>
Thu, 20 Feb 2025 16:02:33 +0000 (08:02 -0800)
committerGitHub <noreply@github.com>
Thu, 20 Feb 2025 16:02:33 +0000 (17:02 +0100)
commit568db400ff07240a5ed6f263af281405ccaec716
tree448e2d14c653a20a0be4016eb169bec5fed14b4d
parent0f5b82169e12321fd2294bf534496ad42a682ac4
gh-129838: Don't redefine _Py_NO_SANITIZE_UNDEFINED (#129839)

Newer GCC versions accept both __attribute__((no_sanitize("undefined")))
and __attribute__((no_sanitize_undefined)) so check that the macro is
not already defined.
Misc/NEWS.d/next/Build/2025-02-07-21-20-21.gh-issue-129838.fkuiEc.rst [new file with mode: 0644]
Modules/faulthandler.c