]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-87092: Make jump target label equal to the offset of the target in the instruction...
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Tue, 28 Feb 2023 11:29:32 +0000 (11:29 +0000)
committerGitHub <noreply@github.com>
Tue, 28 Feb 2023 11:29:32 +0000 (11:29 +0000)
commit9f799ab0200f07d762eb8fe822c606e1b4b4866e
treefdd568649474ada4780ecf8b9d44fc78615f9640
parent6b2d7c0ddb4d2afe298ee7c8f6a23c400f1465fd
gh-87092: Make jump target label equal to the offset of the target in the instructions sequence (#102093)
Lib/test/support/bytecode_helper.py
Lib/test/test_compiler_codegen.py
Lib/test/test_peepholer.py
Python/compile.c