]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-119676: remove several pseudo instructions which are use only in codegen (#119677)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Tue, 28 May 2024 19:05:38 +0000 (20:05 +0100)
committerGitHub <noreply@github.com>
Tue, 28 May 2024 19:05:38 +0000 (19:05 +0000)
commitae9140f32a1630838374f1af402291d4649a0be0
tree35afdd4e502a0acef5dacfa0d26ad7ed92b9d1a8
parent6b240c2308a044e38623900ccb8fa58c3549d4ae
gh-119676: remove several pseudo instructions which are use only in codegen (#119677)
Include/internal/pycore_opcode_metadata.h
Include/opcode_ids.h
Lib/_opcode_metadata.py
Python/bytecodes.c
Python/compile.c