diff options
author | Irit Katriel <1055913+iritkatriel@users.noreply.github.com> | 2022-04-15 19:19:24 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-15 19:19:24 (GMT) |
commit | ea2ae026078b328ddeab060940568a4d3bf1b417 (patch) | |
tree | fba97e66d949767124286ee10bfd64fc56e60a99 /Include | |
parent | 5d421d7342fc0d278c129c05bea7028430e94a4e (diff) | |
download | cpython-ea2ae026078b328ddeab060940568a4d3bf1b417.zip cpython-ea2ae026078b328ddeab060940568a4d3bf1b417.tar.gz cpython-ea2ae026078b328ddeab060940568a4d3bf1b417.tar.bz2 |
gh-91276: Make JUMP_IF_TRUE_OR_POP/JUMP_IF_FALSE_OR_POP relative (GH-32215)
Diffstat (limited to 'Include')
-rw-r--r-- | Include/opcode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/opcode.h b/Include/opcode.h index 0badf78..8db4238 100644 --- a/Include/opcode.h +++ b/Include/opcode.h @@ -199,7 +199,7 @@ static const uint32_t _PyOpcode_RelativeJump[8] = { 0U, 0U, 536870912U, - 135020544U, + 135118848U, 4163U, 122880U, 0U, |