]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-105481: Generate the opcode lists in dis from data extracted from bytecodes.c...
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Tue, 18 Jul 2023 18:42:44 +0000 (19:42 +0100)
committerGitHub <noreply@github.com>
Tue, 18 Jul 2023 18:42:44 +0000 (19:42 +0100)
commit40f3f11a773b854c6d94746aa3b1881c8ac71b0f
treec82e804e0006a9bd35d0b3715afa51bf035ea7db
parent3535ef1eec2563bbd7bff7c830465441fbbf759e
gh-105481: Generate the opcode lists in dis from data extracted from bytecodes.c (#106758)
16 files changed:
.gitattributes
Doc/library/dis.rst
Include/cpython/compile.h
Include/internal/pycore_opcode_metadata.h
Lib/opcode.py
Lib/test/test__opcode.py
Misc/NEWS.d/next/Library/2023-07-17-16-46-00.gh-issue-105481.fek_Nn.rst [new file with mode: 0644]
Modules/_opcode.c
Modules/clinic/_opcode.c.h
Python/bytecodes.c
Python/ceval_macros.h
Python/compile.c
Python/executor_cases.c.h
Python/generated_cases.c.h
Tools/build/generate_opcode_h.py
Tools/cases_generator/generate_cases.py