summaryrefslogtreecommitdiffstats
path: root/Python/pyhash.c
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2023-06-26 13:38:41 (GMT)
committerGitHub <noreply@github.com>2023-06-26 13:38:41 (GMT)
commite8e59ee474869e7c02e7cae3815c9c2183671b21 (patch)
treeeea724df61695783e1e08876449292815dfc30b3 /Python/pyhash.c
parent6200aaf2967de420a2d83236008787c9f791561d (diff)
downloadcpython-e8e59ee474869e7c02e7cae3815c9c2183671b21.zip
cpython-e8e59ee474869e7c02e7cae3815c9c2183671b21.tar.gz
cpython-e8e59ee474869e7c02e7cae3815c9c2183671b21.tar.bz2
gh-106084: Remove _PyObject_RealIsInstance() function (#106106)
Remove the following functions from the public C API: * _PyObject_RealIsInstance() * _PyObject_RealIsSubclass() * _Py_add_one_to_index_F() * _Py_add_one_to_index_C() Move _PyObject_RealIsInstance() and _PyObject_RealIsSubclass() to the internal C API (pycore_abstract.h) and no longer export their symbols (in libpython). Make _Py_add_one_to_index_F() and _Py_add_one_to_index_C() functions static: no longer export them.
Diffstat (limited to 'Python/pyhash.c')
0 files changed, 0 insertions, 0 deletions