]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-106360: Support very basic superblock introspection (#106422)
authorMark Shannon <mark@hotpy.org>
Tue, 4 Jul 2023 16:23:00 +0000 (17:23 +0100)
committerGitHub <noreply@github.com>
Tue, 4 Jul 2023 16:23:00 +0000 (17:23 +0100)
commit318ea2c72e9aed7ac92457c28747eda9424c8327
tree76e36a8bfdc7a6702b4fa5f4c7c34944efafc6d6
parent80f1c6c49b4cd2bf698eb2bc3d2f3da904880dd2
GH-106360: Support very basic superblock introspection (#106422)

* Add len() and indexing support to uop superblocks.
Include/cpython/optimizer.h
Include/internal/pycore_opcode.h
Lib/test/test_capi/test_misc.py
Modules/_testinternalcapi.c
Python/opcode_metadata.h
Python/optimizer.c
Tools/build/generate_opcode_h.py
Tools/cases_generator/generate_cases.py