]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-105481: remove HAS_ARG, HAS_CONST, IS_JUMP_OPCODE, IS_PSEUDO_OPCODE and replace...
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Sat, 17 Jun 2023 16:00:16 +0000 (17:00 +0100)
committerGitHub <noreply@github.com>
Sat, 17 Jun 2023 16:00:16 +0000 (17:00 +0100)
commit14d01262dad02579b3dffe5965f640ce21c38896
treed3e4dc72599c95f5dc3b3dd7eec5a1f4f3d673b0
parent34e93d3998bab8acd651c50724eb1977f4860a08
gh-105481: remove HAS_ARG, HAS_CONST, IS_JUMP_OPCODE, IS_PSEUDO_OPCODE and replace by their new versions (#105865)
12 files changed:
Doc/library/dis.rst
Include/internal/pycore_opcode.h
Include/internal/pycore_opcode_utils.h
Include/opcode.h
Lib/test/test__opcode.py
Misc/NEWS.d/next/Library/2023-06-17-12-13-57.gh-issue-105481.KgBH5w.rst [new file with mode: 0644]
Modules/_opcode.c
Python/assemble.c
Python/ceval.c
Python/compile.c
Python/flowgraph.c
Tools/build/generate_opcode_h.py