]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-103963: Make dis display names of args for intrinsics opcodes (#104029)
authorJuhi Chandalia <jkchandalia@gmail.com>
Wed, 3 May 2023 02:00:17 +0000 (19:00 -0700)
committerGitHub <noreply@github.com>
Wed, 3 May 2023 02:00:17 +0000 (19:00 -0700)
commit872cbc613245db7a1fc5e6656ed0135d2e115f50
tree130aa47855542bf7467ddc96e14008faf652f040
parent65a49c6553a27cc36eebb4b79f409c3cb4450d8c
GH-103963: Make dis display names of args for intrinsics opcodes (#104029)
Include/internal/pycore_intrinsics.h
Lib/dis.py
Lib/opcode.py
Lib/test/test_dis.py
Misc/NEWS.d/next/Library/2023-05-01-17-58-28.gh-issue-103963.XWlHx7.rst [new file with mode: 0644]
Tools/build/generate_opcode_h.py