]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-126910: Make `_Py_get_machine_stack_pointer` return the actual stack pointer ...
authorMark Shannon <Mark.Shannon@arm.com>
Tue, 26 May 2026 14:14:17 +0000 (15:14 +0100)
committerGitHub <noreply@github.com>
Tue, 26 May 2026 14:14:17 +0000 (15:14 +0100)
commita6793662e71f07d7c0ee3872316d93f3e8c48b34
tree0ab22d5987360802d9fd6ac40df44f138946841e
parentd8a97cb65c5581b4b8a2a695f34afcf1ad1d9835
GH-126910: Make `_Py_get_machine_stack_pointer` return the actual stack pointer (GH-149103)

* Make _Py_ReachedRecursionLimit inline again
* Remove _Py_MakeRecCheck replacing its use with _Py_ReachedRecursionLimit
* Move the check for C stack swtiching into _Py_CheckRecursiveCall
Include/internal/pycore_ceval.h
Include/internal/pycore_pystate.h
Include/internal/pycore_pythonrun.h
Lib/test/test_pyexpat.py
Python/ceval.c
Python/jit.c