[issue38205] Python no longer compiles without small integer singletons

STINNER Victor report at bugs.python.org
Thu Sep 19 05:34:59 EDT 2019


STINNER Victor <vstinner at python.org> added the comment:

I wrote PR 16280: "Convert Py_UNREACHABLE() macro to a function". This change fix this issue but also enhance Py_UNREACHABLE() which now dumps the Python traceback where the bug occurs. See my example:
https://github.com/python/cpython/pull/16280#issuecomment-533049748

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue38205>
_______________________________________


More information about the Python-bugs-list mailing list