]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-112519: Make it possible to specify instruction flags for pseudo instructions...
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Thu, 30 Nov 2023 11:03:30 +0000 (11:03 +0000)
committerGitHub <noreply@github.com>
Thu, 30 Nov 2023 11:03:30 +0000 (11:03 +0000)
commit07ebd46f9e55ed2f18c5ea2a79ec5054bc26b915
treecfa482ec8e6e8f5dd4b77804a668235aa1ae9ccf
parent7eeea13403882af63a71226433c9a13b80c22564
gh-112519: Make it possible to specify instruction flags for pseudo instructions in bytecodes.c (#112520)
Include/internal/pycore_opcode_metadata.h
Lib/test/test_generated_cases.py
Python/bytecodes.c
Python/flowgraph.c
Tools/cases_generator/analysis.py
Tools/cases_generator/parsing.py