]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-130396: Remove _Py_ReachedRecursionLimitWithMargin() function (#141951)
authorVictor Stinner <vstinner@python.org>
Thu, 27 Nov 2025 11:32:00 +0000 (12:32 +0100)
committerGitHub <noreply@github.com>
Thu, 27 Nov 2025 11:32:00 +0000 (12:32 +0100)
commit7fe1a18b77ea1aef186c95c54e061b667a975989
tree474e6d36929e0f5578c3895539e846113361f34e
parentbc9e63dd9d2931771415cca1b0ed774471d523c0
gh-130396: Remove _Py_ReachedRecursionLimitWithMargin() function (#141951)

Move the private function to the internal C API (pycore_ceval.h).
Include/cpython/object.h
Include/internal/pycore_ceval.h
Parser/parser.c
Tools/peg_generator/pegen/c_generator.py