mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
gh-91276: Make JUMP_IF_TRUE_OR_POP/JUMP_IF_FALSE_OR_POP relative (GH-32215)
This commit is contained in:
parent
5d421d7342
commit
ea2ae02607
8 changed files with 38 additions and 12 deletions
2
Include/opcode.h
generated
2
Include/opcode.h
generated
|
@ -199,7 +199,7 @@ static const uint32_t _PyOpcode_RelativeJump[8] = {
|
|||
0U,
|
||||
0U,
|
||||
536870912U,
|
||||
135020544U,
|
||||
135118848U,
|
||||
4163U,
|
||||
122880U,
|
||||
0U,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue