]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-130396: Move PYOS_LOG2_STACK_MARGIN to internal headers (#135928)
authorVictor Stinner <vstinner@python.org>
Tue, 1 Jul 2025 13:18:17 +0000 (15:18 +0200)
committerGitHub <noreply@github.com>
Tue, 1 Jul 2025 13:18:17 +0000 (15:18 +0200)
commit28940e8e4884eb3444a8ea15a5634f76b154d7ed
treeaad72947997b9d70c9f80c8ec380f4986d5b132f
parent0e19db653dfa1a6e750e9cede1f6922e5fd1e808
gh-130396: Move PYOS_LOG2_STACK_MARGIN to internal headers (#135928)

Move PYOS_LOG2_STACK_MARGIN, PYOS_STACK_MARGIN,
PYOS_STACK_MARGIN_BYTES and PYOS_STACK_MARGIN_SHIFT macros to
pycore_pythonrun.h internal header. Add underscore (_) prefix to the
names to make them private. Rename _PYOS to _PyOS.
Include/internal/pycore_pystate.h
Include/internal/pycore_pythonrun.h
Include/pythonrun.h
Modules/_testinternalcapi.c
Python/ceval.c