-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
gh-91731: Don't define 'static_assert' in C++11 where is a keyword to avoid UB #93700
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
vstinner
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can move this NEWS entry to Build, or C API, category.
Co-authored-by: Adam Turner <[email protected]>
|
Thanks @pablogsal for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11. |
|
Thanks @pablogsal for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11. |
|
GH-93907 is a backport of this pull request to the 3.11 branch. |
…ord to avoid UB (pythonGH-93700) (cherry picked from commit 65ff27c) Co-authored-by: Pablo Galindo Salgado <[email protected]>
… avoid UB (GH-93700) (cherry picked from commit 65ff27c) Co-authored-by: Pablo Galindo Salgado <[email protected]>
* GH-93444: remove redundant fields from basicblock: b_nofallthrough, b_exit, b_return (GH-93445) * netrc: Remove unused "import shlex" (#93311) * gh-92886: Fix test that fails when running with `-O` in `test_imaplib.py` (#93237) * Fix missing word in sys.float_info docstring (GH-93489) * [doc] Correct a grammatical error in a docstring. (GH-93441) * gh-93442: Make C++ version of _Py_CAST work with 0/NULL. (
No description provided.