bpo-46987: Remove _PySys_GetObjectId / _PySys_GetObjectId (GH-31835)

This commit is contained in:
Dong-hee Na 2022-03-14 21:48:00 +09:00 committed by GitHub
parent 9523c0d84f
commit bb1c543f4a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 38 deletions

View file

@ -4,8 +4,6 @@
PyAPI_FUNC(PyObject *) _PySys_GetAttr(PyThreadState *tstate,
PyObject *name);
PyAPI_FUNC(PyObject *) _PySys_GetObjectId(_Py_Identifier *key);
PyAPI_FUNC(int) _PySys_SetObjectId(_Py_Identifier *key, PyObject *);
PyAPI_FUNC(size_t) _PySys_GetSizeOf(PyObject *);