]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-94216: add pseudo instructions to the dis/opcodes modules (GH-94241)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Fri, 1 Jul 2022 14:33:35 +0000 (15:33 +0100)
committerGitHub <noreply@github.com>
Fri, 1 Jul 2022 14:33:35 +0000 (15:33 +0100)
commitc57aad777afc6c0b382981ee9e4bc94c03bf5f68
tree39128a485e3372715a4b2fe4e03d7117e0fba9fc
parentbe80db14c432c621e44920f8fd95a3f3191aca9b
gh-94216: add pseudo instructions to the dis/opcodes modules (GH-94241)
13 files changed:
Doc/library/dis.rst
Doc/whatsnew/3.12.rst
Include/internal/pycore_opcode.h
Include/opcode.h
Lib/dis.py
Lib/opcode.py
Lib/test/test__opcode.py
Lib/test/test_dis.py
Misc/NEWS.d/next/Library/2022-06-24-20-00-57.gh-issue-94216.hxnQPu.rst [new file with mode: 0644]
Modules/_opcode.c
Python/compile.c
Python/makeopcodetargets.py
Tools/scripts/generate_opcode_h.py