]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-93554: Conditional jump opcodes only jump forward (GH-96318)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Thu, 1 Sep 2022 20:36:47 +0000 (21:36 +0100)
committerGitHub <noreply@github.com>
Thu, 1 Sep 2022 20:36:47 +0000 (21:36 +0100)
commit4c72517cada147b215cf30ff8dac70ea0f08f1e0
tree1012522409ed719a8d8ba0b5eab4e5f3bce77bd6
parenta91f25577c71ab8797a4b42f22c43bbaffc2604d
gh-93554: Conditional jump opcodes only jump forward (GH-96318)
13 files changed:
Doc/library/dis.rst
Include/internal/pycore_opcode.h
Include/opcode.h
Lib/importlib/_bootstrap_external.py
Lib/opcode.py
Lib/test/test_dis.py
Lib/test/test_peepholer.py
Misc/NEWS.d/next/Core and Builtins/2022-08-26-18-46-32.gh-issue-93554.QEaCcK.rst [new file with mode: 0644]
Objects/frameobject.c
Python/ceval.c
Python/compile.c
Python/opcode_targets.h
Python/specialize.c