]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-106320: Remove private _PyObject_GetState() (#108606)
authorVictor Stinner <vstinner@python.org>
Tue, 29 Aug 2023 03:38:51 +0000 (05:38 +0200)
committerGitHub <noreply@github.com>
Tue, 29 Aug 2023 03:38:51 +0000 (03:38 +0000)
commitb6de2850f286455239dcf16b9682db85ae64c6a1
treee1aa8d0a9387618f89bb013f4c164a33a64a740a
parentfadc2dc7df99501a40171f39b7cd23be732860cc
gh-106320: Remove private _PyObject_GetState() (#108606)

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