]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-106149: move jump target resolution from optimizer to assembler (#106150)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Tue, 27 Jun 2023 19:24:58 +0000 (20:24 +0100)
committerGitHub <noreply@github.com>
Tue, 27 Jun 2023 19:24:58 +0000 (20:24 +0100)
commit529088100952b31797a29ef7e0f5716613b32d66
treead6c08c0f5d4a3435b4be33eb44dd132a4f832cc
parenteaa1eae55ea66d74c5303924320185dac74d4eb1
gh-106149: move jump target resolution from optimizer to assembler (#106150)
Include/internal/pycore_compile.h
Include/internal/pycore_flowgraph.h
Python/assemble.c
Python/compile.c
Python/flowgraph.c