]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-130080: move _Py_EnsureArrayLargeEnough to a separate header so it can be used...
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Thu, 13 Mar 2025 16:02:58 +0000 (16:02 +0000)
committerGitHub <noreply@github.com>
Thu, 13 Mar 2025 16:02:58 +0000 (16:02 +0000)
commit4242c2b8d073c740164b82725270fd691bda03c8
tree081bdbdcfc08af11bfc5727c6b60d49b8d7ad008
parent9a63138e0953fc8efc2d52154f17c383259854e1
gh-130080: move _Py_EnsureArrayLargeEnough to a separate header so it can be used outside of the compiler (#130930)
Include/internal/pycore_c_array.h [new file with mode: 0644]
Include/internal/pycore_compile.h
Python/codegen.c
Python/flowgraph.c
Python/instruction_sequence.c