]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Rename JUMP_TO_INSTRUCTION to GO_TO_INSTRUCTION (#98934)
authorGuido van Rossum <guido@python.org>
Tue, 1 Nov 2022 02:53:32 +0000 (19:53 -0700)
committerGitHub <noreply@github.com>
Tue, 1 Nov 2022 02:53:32 +0000 (19:53 -0700)
commit7640ede177682a06f03694478d64c819e39e03d9
tree0bca706e04b27dd23386137aa1f41636dfd8051b
parentf4d56292e943e822abf68f3c210ccf6b88c587ac
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).
Python/ceval.c