]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-132744: Check recursion limit in CALL_PY_GENERAL (GH-132746)
authorKen Jin <kenjin@python.org>
Fri, 2 May 2025 16:36:29 +0000 (00:36 +0800)
committerGitHub <noreply@github.com>
Fri, 2 May 2025 16:36:29 +0000 (17:36 +0100)
commitddac7ac59a7dfa4437562b6e705e64865c3b1e9a
tree20f83f6e1b605071f80346659124a99cd04d2d79
parent987e45e6326c6174fb7a300f44b9d8e4e26370c9
gh-132744: Check recursion limit in CALL_PY_GENERAL (GH-132746)
Include/internal/pycore_opcode_metadata.h
Include/internal/pycore_uop_ids.h
Include/internal/pycore_uop_metadata.h
Lib/test/test_opcache.py
Misc/NEWS.d/next/Core_and_Builtins/2025-04-20-10-37-39.gh-issue-132744.ArrCp8.rst [new file with mode: 0644]
Python/bytecodes.c
Python/executor_cases.c.h
Python/generated_cases.c.h
Python/optimizer_cases.c.h