]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-106320: Remove private _Py_ForgetReference() (#108664)
authorVictor Stinner <vstinner@python.org>
Wed, 30 Aug 2023 03:34:43 +0000 (05:34 +0200)
committerGitHub <noreply@github.com>
Wed, 30 Aug 2023 03:34:43 +0000 (03:34 +0000)
commit24b9bdd6eaf0b04667b6cd4c8154f7c7c10c2398
tree3e6d93d90d1564f48d36b371b94144167a7813d9
parent14ec0bb7c363def917f768b76f334146a3cddd84
gh-106320: Remove private _Py_ForgetReference() (#108664)

Move the private _Py_ForgetReference() function to the internal C API
(pycore_object.h).
Include/cpython/object.h
Include/internal/pycore_object.h