]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-47120: Replace the JUMP_ABSOLUTE opcode by the relative JUMP_BACKWARD (GH-32115)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Thu, 31 Mar 2022 13:14:15 +0000 (14:14 +0100)
committerGitHub <noreply@github.com>
Thu, 31 Mar 2022 13:14:15 +0000 (14:14 +0100)
commita00518d9ad9a8f408a9699191019d75dd8406c32
treecd66e7a9fd60f08e92fd56a183e1996623123da8
parentb36d222110d0d6d84dc8e973ca87d976c2423f5d
bpo-47120: Replace the JUMP_ABSOLUTE opcode by the relative JUMP_BACKWARD (GH-32115)
15 files changed:
Doc/library/dis.rst
Doc/whatsnew/3.11.rst
Include/opcode.h
Lib/dis.py
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-03-25-21-51-10.bpo-47120.9YJ-Xw.rst [new file with mode: 0644]
Objects/frameobject.c
Programs/test_frozenmain.h
Python/ceval.c
Python/compile.c
Python/opcode_targets.h
Python/specialize.c