Skip to content

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Feb 20, 2025

Newer GCC versions accept both attribute((no_sanitize("undefined")))
and attribute((no_sanitize_undefined)) so check that the macro is
not already defined.
(cherry picked from commit 568db40)

Co-authored-by: Collin Funk collin.funk1@gmail.com

…29839)

Newer GCC versions accept both __attribute__((no_sanitize("undefined")))
and __attribute__((no_sanitize_undefined)) so check that the macro is
not already defined.
(cherry picked from commit 568db40)

Co-authored-by: Collin Funk <collin.funk1@gmail.com>
@vstinner vstinner enabled auto-merge (squash) February 20, 2025 16:03
@vstinner vstinner merged commit f314cc4 into python:3.12 Feb 20, 2025
29 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants