diff options
author | Guido van Rossum <guido@python.org> | 2022-11-01 02:53:32 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-01 02:53:32 (GMT) |
commit | 7640ede177682a06f03694478d64c819e39e03d9 (patch) | |
tree | 0bca706e04b27dd23386137aa1f41636dfd8051b /Modules | |
parent | f4d56292e943e822abf68f3c210ccf6b88c587ac (diff) | |
download | cpython-7640ede177682a06f03694478d64c819e39e03d9.zip cpython-7640ede177682a06f03694478d64c819e39e03d9.tar.gz cpython-7640ede177682a06f03694478d64c819e39e03d9.tar.bz2 |
Rename JUMP_TO_INSTRUCTION to GO_TO_INSTRUCTION (#98934)
This reduces confusion between jumps at the bytecode level
(e.g. JUMPTO(), JUMPBY(), and various JUMP_*() opcodes)
and jumps in the C code (which are 'goto' statements).
Diffstat (limited to 'Modules')
0 files changed, 0 insertions, 0 deletions