Conversation
Use Py_UNREACHABLE() macro in a safe way.
vstinner
left a comment
There was a problem hiding this comment.
" bpo-38205: replace get_small_int(ival) macro with a function version #16270 "
Wait, https://bugs.python.org/issue38205 is about a macro which became a function and then was revert to a macro again... I don't understand why you make it a function... one more time.
Py_UNREACHABLE() should be fixed, not longobject.c.
Sorry, something went wrong.
|
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated. Once you have made the requested changes, please leave a comment on this pull request containing the phrase |
Sorry, something went wrong.
+1, close this PR. |
Sorry, something went wrong.
The current code is not consistent: |
Sorry, something went wrong.
Use Py_UNREACHABLE() macro in a safe way.
https://bugs.python.org/issue38205