commit | fcb55c0037baab6f98f91ee38ce84b6f874f034a | [log] [tgz] |
---|---|---|
author | Mark Shannon <mark@hotpy.org> | Thu Apr 01 16:00:31 2021 +0100 |
committer | GitHub <noreply@github.com> | Thu Apr 01 16:00:31 2021 +0100 |
tree | 29e1499f2f77ad8a4c76d5484517f46ac4fe8313 | |
parent | 2ac0515027699b5694d9a6ff40f1ddaba82c74c2 [diff] |
bpo-27129: Use instruction offsets, not byte offsets, in bytecode and internally. (GH-25069) * Use instruction offset, rather than bytecode offset. Streamlines interpreter dispatch a bit, and removes most EXTENDED_ARGs for jumps. * Change some uses of PyCode_Addr2Line to PyFrame_GetLineNumber