]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-133079: Remove Py_C_RECURSION_LIMIT & PyThreadState.c_recursion_remaining (GH...
authorPetr Viktorin <encukou@gmail.com>
Tue, 29 Apr 2025 10:56:20 +0000 (12:56 +0200)
committerGitHub <noreply@github.com>
Tue, 29 Apr 2025 10:56:20 +0000 (12:56 +0200)
commit0c26dbd16e9dd71a52d3ebd43d692f0cd88a3a37
tree990d870ed9649f0fab502bf12247dea15234b610
parent208d06fd515119af49f844c7781e1eb2be8a8add
gh-133079: Remove Py_C_RECURSION_LIMIT & PyThreadState.c_recursion_remaining (GH-133080)

Both were added in 3.13, are undocumented, and don't make sense in 3.14 due to
changes in the stack overflow detection machinery (gh-112282).

PEP 387 exception for skipping a deprecation period: https://github.com/python/steering-council/issues/288
Doc/whatsnew/3.14.rst
Include/cpython/pystate.h
Misc/NEWS.d/next/C_API/2025-04-28-13-27-48.gh-issue-133079.DJL2sK.rst [new file with mode: 0644]
Python/pystate.c
Python/vm-state.md