diff options
author | Tomas R <tomas.roun8@gmail.com> | 2023-06-11 15:50:34 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-11 15:50:34 (GMT) |
commit | 18d16e93b6d4b7b10c5145890daa92b760fe962a (patch) | |
tree | dec14b77f5706ef22385894eec6fc737ea2f4944 /Python/compile.c | |
parent | 845e593c4ec97dd9f73b50536c1e1e7ed10ceecd (diff) | |
download | cpython-18d16e93b6d4b7b10c5145890daa92b760fe962a.zip cpython-18d16e93b6d4b7b10c5145890daa92b760fe962a.tar.gz cpython-18d16e93b6d4b7b10c5145890daa92b760fe962a.tar.bz2 |
gh-102676: Add more convenience properties to `dis.Instruction` (#103969)
Adds start_offset, cache_offset, end_offset, baseopcode,
baseopname, jump_target and oparg to dis.Instruction.
Also slightly improves the disassembly output by allowing
opnames to overflow into the space reserved for opargs.
Diffstat (limited to 'Python/compile.c')
0 files changed, 0 insertions, 0 deletions