SIGN IN SIGN UP

gh-106320: Remove private _PyObject C API (#107159)

Move private _PyObject and private _PyType functions to the internal
C API (pycore_object.h):

* _PyObject_GetMethod()
* _PyObject_IsAbstract()
* _PyObject_NextNotImplemented()
* _PyType_CalculateMetaclass()
* _PyType_GetDocFromInternalDoc()
* _PyType_GetTextSignatureFromInternalDoc()

No longer export these functions.
V
Victor Stinner committed
1e501122876f7e6abf979fdb756d7edd0d924ba1
Parent: 8de8a81
Committed by GitHub <noreply@github.com> on 7/23/2023, 10:25:48 PM