[issue38249] Optimize out Py_UNREACHABLE in the release mode

STINNER Victor report at bugs.python.org
Mon Sep 23 10:59:21 EDT 2019


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

Ah, moreover, it's a public macro, so I would prefer to not change its behavior. I consider that modify the macro to call __builtin_unreachable() changes the behavior.

----------

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


More information about the Python-bugs-list mailing list