mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
bpo-46987: Remove _PySys_GetObjectId / _PySys_GetObjectId (GH-31835)
This commit is contained in:
parent
9523c0d84f
commit
bb1c543f4a
3 changed files with 2 additions and 38 deletions
|
@ -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 *);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue