]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-91731: Don't define 'static_assert' in C++11 where is a keyword to avoid UB (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 16 Jun 2022 14:50:15 +0000 (07:50 -0700)
committerGitHub <noreply@github.com>
Thu, 16 Jun 2022 14:50:15 +0000 (07:50 -0700)
commit74561095d906c2ca8ca8f41f22cb23a9e5b58954
tree5fc6e4ddd0a4ee96906445a72655165887db0322
parent0c49a09e67407f810ace5e13399a6aa633fbadb7
gh-91731: Don't define 'static_assert' in C++11 where is a keyword to avoid UB (GH-93700)

(cherry picked from commit 65ff27c7d30b84655bf8caf6e396c65485708148)

Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
Include/pymacro.h
Misc/NEWS.d/next/C API/2022-06-10-23-41-48.gh-issue-91731.fhYUQG.rst [new file with mode: 0644]