]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-131238: Move _Py_VISIT_STACKREF() to pycore_stackref.h (#131560)
authorVictor Stinner <vstinner@python.org>
Fri, 21 Mar 2025 22:24:14 +0000 (23:24 +0100)
committerGitHub <noreply@github.com>
Fri, 21 Mar 2025 22:24:14 +0000 (23:24 +0100)
commit7101cba6bf12639e277f7681b90a70c11368cabb
tree969291af38ec658bf38cb72cce9d7de2139d01bf
parentcf9d1a4b6b28a76a49edba4028d5533195172287
gh-131238: Move _Py_VISIT_STACKREF() to pycore_stackref.h (#131560)

* Move _Py_VISIT_STACKREF() from pycore_gc.h to pycore_stackref.h.
* Remove pycore_interpframe.h include from pycore_genobject.h.
* Remove now useless includes from C files.
* Add pycore_interpframe_structs.h to Makefile.pre.in and
  pythoncore.vcxproj.
Include/internal/pycore_gc.h
Include/internal/pycore_genobject.h
Include/internal/pycore_stackref.h
Makefile.pre.in
Objects/frameobject.c
Objects/genobject.c
PCbuild/pythoncore.vcxproj
PCbuild/pythoncore.vcxproj.filters
Python/_warnings.c
Python/frame.c
Python/intrinsics.c