]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.10] bpo-46724: Use `JUMP_ABSOLUTE` for all backward jumps. (GH-31326) (GH-31354)
authorMark Shannon <mark@hotpy.org>
Wed, 16 Feb 2022 11:26:02 +0000 (11:26 +0000)
committerGitHub <noreply@github.com>
Wed, 16 Feb 2022 11:26:02 +0000 (11:26 +0000)
commitd4e4ef107a9fea257981d7701f023177b704a44f
tree7c61e39a35eb845bf1c0d4a982bdcbbd006ebeee
parent3d407b931156bc3ee5ae131de2f2babad831ccb2
[3.10] bpo-46724: Use `JUMP_ABSOLUTE` for all backward jumps. (GH-31326) (GH-31354)
Lib/test/test_dis.py
Misc/NEWS.d/next/Core and Builtins/2022-02-14-14-44-06.bpo-46724.jym_K6.rst [new file with mode: 0644]
Python/compile.c
Python/importlib.h
Python/importlib_external.h
Python/importlib_zipimport.h