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
bpo-38205: Py_UNREACHABLE() calls Py_FatalError() #16290
Conversation
Example from:
With RANDALL_WAS_HERE macro defined:
|
I will wait for @serhiy-storchaka approval, since he was the one to disagree with my first attempt: |
Thank you. |
The assembly code generated by this PR will push the string OFFSET at the call sites, the assembly code will longer a bit. |
"The assembly code generated by this PR will push the string OFFSET at the call sites, the assembly code will longer a bit. If you care about this, you can use a macro points to a non-inline function." I don't care about emitted machine code :-) |
https://bugs.python.org/issue38205