]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-135755: Make Py_TAIL_CALL_INTERP macro private (#138981)
authorVictor Stinner <vstinner@python.org>
Thu, 18 Sep 2025 12:33:07 +0000 (13:33 +0100)
committerGitHub <noreply@github.com>
Thu, 18 Sep 2025 12:33:07 +0000 (14:33 +0200)
commit6504f20ccedf0b27275327e72698dee5f0c75ba8
tree8c74c2c5102eff2725d8e6a64c00ba502fb1e2d6
parent21914979335edee4f2b4d0afa5ba857a87b78bd1
gh-135755: Make Py_TAIL_CALL_INTERP macro private (#138981)

Rename Py_TAIL_CALL_INTERP to _Py_TAIL_CALL_INTERP.
12 files changed:
Lib/test/test_generated_cases.py
PCbuild/pythoncore.vcxproj
Python/bytecodes.c
Python/ceval.c
Python/ceval_macros.h
Python/generated_cases.c.h
Python/opcode_targets.h
Tools/cases_generator/target_generator.py
Tools/cases_generator/tier1_generator.py
configure
configure.ac
pyconfig.h.in