mirror of
https://github.com/python/cpython.git
synced 2026-08-15 23:12:07 +08:00
* Make _Py_get_machine_stack_pointer return the stack pointer (or close to it), not the frame pointer * Make ``_Py_ReachedRecursionLimit`` inline again * Remove ``_Py_MakeRecCheck`` relacing its use with ``_Py_ReachedRecursionLimit`` * Move stack swtiching check into ``_Py_CheckRecursiveCall``
Miscellaneous source files for the main Python shared library