-
-
Notifications
You must be signed in to change notification settings - Fork 32k
gh-134586: mark _mi_assert_fail
as noreturn
, cold
and throw
#134624
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
base: main
Are you sure you want to change the base?
gh-134586: mark _mi_assert_fail
as noreturn
, cold
and throw
#134624
Conversation
🤖 New build scheduled with the buildbot fleet by @picnixz for commit 8115042 🤖 Results will be shown at: https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F134624%2Fmerge If you want to schedule another build, you need to add the 🔨 test-with-buildbots label again. |
I don't understand why |
🤖 New build scheduled with the buildbot fleet by @emmatyping for commit 442ee6c 🤖 Results will be shown at: https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F134624%2Fmerge If you want to schedule another build, you need to add the 🔨 test-with-buildbots label again. |
Merged main to re-run tests after the failing buildbot was restarted. |
_mi_assert_fail
as noreturn
, cold
and nothrow
_mi_assert_fail
as noreturn
, cold
and throw
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.
Would you please also open a PR upstream?
__attribute__((noreturn,cold))
for_mi_assert_fail
#134586