summaryrefslogtreecommitdiffstats
path: root/Include/cpython
diff options
context:
space:
mode:
authorDong-hee Na <donghee.na@python.org>2022-03-14 12:48:00 (GMT)
committerGitHub <noreply@github.com>2022-03-14 12:48:00 (GMT)
commitbb1c543f4a183f5cfdf15aad59f59094d50b37fd (patch)
treed4f615f77b6b8289e5f4e77dd835fc6e458c55f2 /Include/cpython
parent9523c0d84f351a610dc651b234461eb015fa3b82 (diff)
downloadcpython-bb1c543f4a183f5cfdf15aad59f59094d50b37fd.zip
cpython-bb1c543f4a183f5cfdf15aad59f59094d50b37fd.tar.gz
cpython-bb1c543f4a183f5cfdf15aad59f59094d50b37fd.tar.bz2
bpo-46987: Remove _PySys_GetObjectId / _PySys_GetObjectId (GH-31835)
Diffstat (limited to 'Include/cpython')
-rw-r--r--Include/cpython/sysmodule.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Include/cpython/sysmodule.h b/Include/cpython/sysmodule.h
index 27dff7b..19d9ddd 100644
--- a/Include/cpython/sysmodule.h
+++ b/Include/cpython/sysmodule.h
@@ -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 *);