]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-87092: move CFG related code from compile.c to flowgraph.c (#103021)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Fri, 31 Mar 2023 17:17:59 +0000 (18:17 +0100)
committerGitHub <noreply@github.com>
Fri, 31 Mar 2023 17:17:59 +0000 (18:17 +0100)
commit80163e17d3f826067c5d95198db7696287beb416
treece1cfcfe86a2c83a2145e5f325f16a737c7afccc
parentb0422e140df8fdc83c51cc64a3ed5426188de7f1
gh-87092: move CFG related code from compile.c to flowgraph.c (#103021)
14 files changed:
Include/internal/pycore_compile.h
Include/internal/pycore_flowgraph.h [new file with mode: 0644]
Include/internal/pycore_opcode.h
Include/internal/pycore_opcode_utils.h [new file with mode: 0644]
Makefile.pre.in
PCbuild/_freeze_module.vcxproj
PCbuild/_freeze_module.vcxproj.filters
PCbuild/pythoncore.vcxproj
PCbuild/pythoncore.vcxproj.filters
Python/compile.c
Python/flowgraph.c [new file with mode: 0644]
Python/opcode_metadata.h
Tools/build/generate_opcode_h.py
Tools/cases_generator/generate_cases.py