]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-87092: change assembler to use instruction sequence instead of CFG (#103933)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Sat, 29 Apr 2023 11:06:04 +0000 (12:06 +0100)
committerGitHub <noreply@github.com>
Sat, 29 Apr 2023 11:06:04 +0000 (12:06 +0100)
commitfbf3596c3edadd03b5a8c659e9f27a09e5d1a051
tree80af952c9f42e6552669ba6a342fa041570d638c
parent84e7d0f0c7f9a44d81be2d705ed4d401a6505356
gh-87092: change assembler to use instruction sequence instead of CFG (#103933)
Include/internal/pycore_compile.h
Include/internal/pycore_flowgraph.h
Python/assemble.c
Python/compile.c
Python/flowgraph.c