]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46724: Use `JUMP_ABSOLUTE` for all backward jumps. (GH-31326)
authorMark Shannon <mark@hotpy.org>
Tue, 15 Feb 2022 09:35:16 +0000 (09:35 +0000)
committerGitHub <noreply@github.com>
Tue, 15 Feb 2022 09:35:16 +0000 (09:35 +0000)
commit3be1a443ca8e7d4ba85f95b78df5c4122cae9ede
tree78b67b7f1b7a583bda33bf7f0788a55569f19287
parent12360aa159c42c7798fd14225d271e6fd84db7eb
bpo-46724: Use `JUMP_ABSOLUTE` for all backward jumps. (GH-31326)

* Make sure all backward jumps use JUMP_ABSOLUTE.

* Add news.

* Fix up news item.

* Make test use consistent style.
Lib/test/test_compile.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