diff options
author | Collin Funk <collin.funk1@gmail.com> | 2025-02-20 08:02:33 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-20 17:02:33 +0100 |
commit | 568db400ff07240a5ed6f263af281405ccaec716 (patch) | |
tree | 448e2d14c653a20a0be4016eb169bec5fed14b4d /Python/pystate.c | |
parent | 0f5b82169e12321fd2294bf534496ad42a682ac4 (diff) | |
download | cpython-568db400ff07240a5ed6f263af281405ccaec716.tar.gz cpython-568db400ff07240a5ed6f263af281405ccaec716.zip |
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.
Diffstat (limited to 'Python/pystate.c')
0 files changed, 0 insertions, 0 deletions