mirror of
https://github.com/python/cpython.git
synced 2026-01-28 05:35:31 +00:00
* Add Py_UNREACHABLE() as an alias to abort(). * Use Py_UNREACHABLE() instead of assert(0) * Convert more unreachable code to use Py_UNREACHABLE() * Document Py_UNREACHABLE() and a few other macros.
Miscellaneous source files for the main Python shared library