]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-102013: Move PyUnstable_GC_VisitObjects() to Include/cpython/objimpl.h (#115560)
authorVictor Stinner <vstinner@python.org>
Fri, 16 Feb 2024 14:49:13 +0000 (15:49 +0100)
committerGitHub <noreply@github.com>
Fri, 16 Feb 2024 14:49:13 +0000 (15:49 +0100)
commit144eb5605b445d22729db6c416d03cc24947ba56
treed79f0e3dc243c91c44eb7306dd4b583c67f368ae
parentb178eae3a676473e1c2287a46b4941fc0bcd193f
gh-102013: Move PyUnstable_GC_VisitObjects() to Include/cpython/objimpl.h (#115560)

Include/objimpl.h must only contain the limited C API, whereas
PyUnstable_GC_VisitObjects() is excluded from the limited C API.
Include/cpython/objimpl.h
Include/objimpl.h