]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-105481: expose opcode metadata via the _opcode module (#106688)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Fri, 14 Jul 2023 17:41:52 +0000 (18:41 +0100)
committerGitHub <noreply@github.com>
Fri, 14 Jul 2023 17:41:52 +0000 (18:41 +0100)
commit6a70edf24ca217c5ed4a556d0df5748fc775c762
tree425c753711dd2fee50fe57ac7b7940e8bfc49f8d
parent243fdcb40ebeb177ce723911c1f7fad8a1fdf6cb
gh-105481: expose opcode metadata via the _opcode module (#106688)
Include/cpython/compile.h
Include/internal/pycore_opcode_metadata.h
Lib/test/test__opcode.py
Misc/NEWS.d/next/Library/2023-07-13-16-04-15.gh-issue-105481.pYSwMj.rst [new file with mode: 0644]
Modules/_opcode.c
Modules/clinic/_opcode.c.h
Python/compile.c
Python/flowgraph.c
Tools/cases_generator/generate_cases.py