]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-102859: Remove JUMP_IF_FALSE_OR_POP and JUMP_IF_TRUE_OR_POP (#102870)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Wed, 22 Mar 2023 18:10:48 +0000 (18:10 +0000)
committerGitHub <noreply@github.com>
Wed, 22 Mar 2023 18:10:48 +0000 (18:10 +0000)
commit3468c768ce5e467799758ec70b840da08c3c1da9
tree530832fd5fbd24d8e8fbb0e1148bd456087813f4
parent04adf2df395ded81922c71360a5d66b597471e49
gh-102859: Remove JUMP_IF_FALSE_OR_POP and JUMP_IF_TRUE_OR_POP (#102870)
15 files changed:
Doc/library/dis.rst
Doc/whatsnew/3.12.rst
Include/internal/pycore_opcode.h
Include/opcode.h
Lib/importlib/_bootstrap_external.py
Lib/opcode.py
Lib/test/test__opcode.py
Lib/test/test_peepholer.py
Misc/NEWS.d/next/Core and Builtins/2023-03-21-00-46-36.gh-issue-102859.PRkGca.rst [new file with mode: 0644]
Objects/frameobject.c
Python/bytecodes.c
Python/compile.c
Python/generated_cases.c.h
Python/opcode_metadata.h
Python/opcode_targets.h