]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-106149: move CFG and basicblock definitions into flowgraph.c, use them as opaque...
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Thu, 10 Aug 2023 12:03:47 +0000 (13:03 +0100)
committerGitHub <noreply@github.com>
Thu, 10 Aug 2023 12:03:47 +0000 (13:03 +0100)
commitbafedfbebd0f21291a7824d54e39ec79f142428b
tree82ea7fc832b4a1e0e1db11345f0d91ebfb30ec16
parent494e3d4436774a5ac1a569a635b8c5c881ef1c0c
gh-106149: move CFG and basicblock definitions into flowgraph.c, use them as opaque types in compile.c (#107639)
Include/internal/pycore_compile.h
Include/internal/pycore_flowgraph.h
Python/compile.c
Python/flowgraph.c