]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-148378: Allow multiple consecutive recording ops per macro op (GH-148496)
authorHai Zhu <haiizhu@outlook.com>
Tue, 14 Apr 2026 11:26:53 +0000 (19:26 +0800)
committerGitHub <noreply@github.com>
Tue, 14 Apr 2026 11:26:53 +0000 (19:26 +0800)
commit5ce0fe8b6ce01744ec253bf79016403ca76c1153
tree43a09bd0852cce08f5afce4ba30a3209574fdd5c
parent21da9d7164ef6b3695b45b2f648b031ef49c93c4
gh-148378: Allow multiple consecutive recording ops per macro op (GH-148496)
Include/internal/pycore_optimizer.h
Lib/test/test_generated_cases.py
Modules/_testinternalcapi/test_cases.c.h
Python/bytecodes.c
Python/generated_cases.c.h
Python/optimizer.c
Python/record_functions.c.h
Tools/cases_generator/analyzer.py
Tools/cases_generator/record_function_generator.py