diff options
author | Victor Stinner <vstinner@python.org> | 2023-07-24 00:25:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-23 22:25:48 +0000 |
commit | 1e501122876f7e6abf979fdb756d7edd0d924ba1 (patch) | |
tree | 89700953efa188e82f9ef89bcc22bb1f8efed7c2 /Python/getargs.c | |
parent | 8de8a817ee81e352603380ddd1ae91accc99d4a9 (diff) | |
download | cpython-1e501122876f7e6abf979fdb756d7edd0d924ba1.tar.gz cpython-1e501122876f7e6abf979fdb756d7edd0d924ba1.zip |
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.
Diffstat (limited to 'Python/getargs.c')
0 files changed, 0 insertions, 0 deletions