]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-113710: Add types to the interpreter DSL (#113711)
authorKen Jin <kenjin@python.org>
Fri, 12 Jan 2024 17:30:27 +0000 (01:30 +0800)
committerGitHub <noreply@github.com>
Fri, 12 Jan 2024 17:30:27 +0000 (01:30 +0800)
commitac92527c08d917dffdb9c0a218d06f21114614a2
tree702ac2873cca646b59c49fdb9e591e31fb23b151
parent79970792fd2c70f77c38e08c7b3a9daf6a11bde1
gh-113710: Add types to the interpreter DSL (#113711)

Co-authored-by: Jules <57632293+JuliaPoo@users.noreply.github.com>
Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
14 files changed:
Include/internal/pycore_opcode_metadata.h
Include/internal/pycore_uop_ids.h
Include/internal/pycore_uop_metadata.h
Lib/test/test_generated_cases.py
Misc/NEWS.d/next/Core and Builtins/2024-01-09-23-01-00.gh-issue-113710.pe3flY.rst [new file with mode: 0644]
Python/bytecodes.c
Python/executor_cases.c.h
Tools/cases_generator/analyzer.py
Tools/cases_generator/generators_common.py
Tools/cases_generator/interpreter_definition.md
Tools/cases_generator/lexer.py
Tools/cases_generator/opcode_metadata_generator.py
Tools/cases_generator/parsing.py
Tools/cases_generator/stack.py