]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-146261: JIT: protect against function version changes (#146300)
authorKen Jin <kenjin@python.org>
Sun, 12 Apr 2026 18:23:47 +0000 (02:23 +0800)
committerGitHub <noreply@github.com>
Sun, 12 Apr 2026 18:23:47 +0000 (02:23 +0800)
commit6f7bb297db661c23eeec31fd3b9836a8c5adea14
treea26e03d0bc3590e47beadce65b60387029170da7
parent1e79bf6c05d057c033c396e58d20618d80d392f2
gh-146261: JIT: protect against function version changes (#146300)

Co-authored-by: Kumar Aditya <kumaraditya@python.org>
Include/internal/pycore_optimizer.h
Include/internal/pycore_optimizer_types.h
Lib/test/test_capi/test_opt.py
Objects/funcobject.c
Python/optimizer_analysis.c
Python/optimizer_bytecodes.c
Python/optimizer_cases.c.h
Python/optimizer_symbols.c