]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-139109: Dynamic opcode targets (GH-139111)
authorKen Jin <kenjin@python.org>
Thu, 18 Sep 2025 13:12:07 +0000 (21:12 +0800)
committerGitHub <noreply@github.com>
Thu, 18 Sep 2025 13:12:07 +0000 (14:12 +0100)
commita269e691de91fcc0982701839ebaf68978753172
treea72f8ad90e47c924d309b5c546f958bef914442e
parent243d599a05e88739f4ee8486fc76e382020174e4
gh-139109: Dynamic opcode targets (GH-139111)

Make opcode targets table dynamic
Python/ceval.c
Python/ceval_macros.h
Python/opcode_targets.h
Tools/c-analyzer/cpython/_parser.py
Tools/cases_generator/target_generator.py