commit | 144eb5605b445d22729db6c416d03cc24947ba56 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Fri Feb 16 15:49:13 2024 +0100 |
committer | GitHub <noreply@github.com> | Fri Feb 16 15:49:13 2024 +0100 |
tree | d79f0e3dc243c91c44eb7306dd4b583c67f368ae | |
parent | b178eae3a676473e1c2287a46b4941fc0bcd193f [diff] |
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.