]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-141976: Check stack bounds in JIT optimizer (GH-142201)
authorKen Jin <kenjin@python.org>
Thu, 4 Dec 2025 20:28:08 +0000 (04:28 +0800)
committerGitHub <noreply@github.com>
Thu, 4 Dec 2025 20:28:08 +0000 (20:28 +0000)
commitb3bf2128989e550a7a02acbaa47389023b2c6bc9
tree7c735f0ff0e4de9c33415bc4442003bc56f444e5
parent2dac9e6016c81abbefa4256253ff5c59b29378a7
gh-141976: Check stack bounds in JIT optimizer (GH-142201)
Lib/test/test_generated_cases.py
Misc/NEWS.d/next/Core_and_Builtins/2025-12-02-21-11-46.gh-issue-141976.yu7pDV.rst [new file with mode: 0644]
Python/optimizer_analysis.c
Python/optimizer_cases.c.h
Tools/cases_generator/optimizer_generator.py
Tools/cases_generator/stack.py