]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-131798: split recursion check to _CHECK_RECURSION_LIMIT and combine checks (GH...
authorKumar Aditya <kumaraditya@python.org>
Sat, 4 Apr 2026 09:23:03 +0000 (14:53 +0530)
committerGitHub <noreply@github.com>
Sat, 4 Apr 2026 09:23:03 +0000 (17:23 +0800)
commite7bf8eac0fef2e9aa954c9de36856954cb1b5f5b
treedfa36264e13c9b370675de10c1c5979e34197df0
parent113038f94072b2f3c9c2648711b4dab74e232e3e
gh-131798: split recursion check to _CHECK_RECURSION_LIMIT and combine checks (GH-148070)
12 files changed:
Include/internal/pycore_opcode_metadata.h
Include/internal/pycore_optimizer_types.h
Include/internal/pycore_uop_ids.h
Include/internal/pycore_uop_metadata.h
Lib/test/test_capi/test_opt.py
Modules/_testinternalcapi/test_cases.c.h
Python/bytecodes.c
Python/executor_cases.c.h
Python/generated_cases.c.h
Python/optimizer_bytecodes.c
Python/optimizer_cases.c.h
Python/optimizer_symbols.c