]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-117494: extract the Instruction Sequence data structure into a separate file ...
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Thu, 4 Apr 2024 15:47:26 +0000 (16:47 +0100)
committerGitHub <noreply@github.com>
Thu, 4 Apr 2024 15:47:26 +0000 (15:47 +0000)
commit04697bcfaf5dd34c9312f4f405083b6d33b3511f
tree6a046068f8d90eaa725a52e116192edb7c47ff4f
parent060a96f1a9a901b01ed304aa82b886d248ca1cb6
gh-117494: extract the Instruction Sequence data structure into a separate file (#117496)
13 files changed:
Include/internal/pycore_compile.h
Include/internal/pycore_flowgraph.h
Include/internal/pycore_instruction_sequence.h [new file with mode: 0644]
Makefile.pre.in
Misc/NEWS.d/next/Core and Builtins/2024-04-04-13-42-59.gh-issue-117494.GPQH64.rst [new file with mode: 0644]
PCbuild/_freeze_module.vcxproj
PCbuild/_freeze_module.vcxproj.filters
PCbuild/pythoncore.vcxproj
PCbuild/pythoncore.vcxproj.filters
Python/assemble.c
Python/compile.c
Python/flowgraph.c
Python/instruction_sequence.c [new file with mode: 0644]