]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-139922: Tail calling for MSVC (VS 2026) (GH-143068)
authorChris Eibl <138194463+chris-eibl@users.noreply.github.com>
Mon, 22 Dec 2025 23:01:34 +0000 (00:01 +0100)
committerGitHub <noreply@github.com>
Mon, 22 Dec 2025 23:01:34 +0000 (23:01 +0000)
commitbe3c1316406b2d00c7a1d41311be4e40ee30c81c
tree075812fb95cf6215fba1648190e11c2ce353aa38
parent665d2807a09df2bce3452ce2ee36e85299e863b7
GH-139922: Tail calling for MSVC (VS 2026) (GH-143068)

Co-authored-by: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com>
Co-authored-by: Brandt Bucher <brandt@python.org>
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
12 files changed:
.github/workflows/tail-call.yml
Include/internal/pycore_ceval.h
Misc/NEWS.d/next/Core_and_Builtins/2025-10-11-17-01-21.gh-issue-139922.RUkXyd.rst [new file with mode: 0644]
Objects/abstract.c
PCbuild/pythoncore.vcxproj
Python/bytecodes.c
Python/ceval.c
Python/ceval_macros.h
Python/executor_cases.c.h
Python/generated_cases.c.h
Python/opcode_targets.h
Tools/cases_generator/target_generator.py