summaryrefslogtreecommitdiff
path: root/Python/errors.c
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2022-02-25 15:41:55 +0100
committerGitHub <noreply@github.com>2022-02-25 15:41:55 +0100
commit8ddbdd9e96e64b42c87dcfe4e38383cf0694988a (patch)
tree06c7071fb1053c2f7653dc54364ac1c86e77dbed /Python/errors.c
parent4a0c7a1aacd08cead7717479620e62359c828e88 (diff)
downloadcpython-git-8ddbdd9e96e64b42c87dcfe4e38383cf0694988a.tar.gz
bpo-45316: Move private PyDict functions to internal C API (GH-31577)
Move the following private unexported functions to the internal C API headers: * _PyDictKeys_GetVersionForCurrentState() * _PyDictKeys_StringLookup() * _PyDict_FromKeys() * _PyDict_GetItemHint() * _PyDict_KeysSize() * _PyDict_LoadGlobal() * _PyDict_NewKeysForClass() * _PyDict_Pop_KnownHash() * _PyDict_SetItem_Take2() * _PyObjectDict_SetItem() * _PyObject_MakeDictFromInstanceAttributes() * _Py_dict_lookup()
Diffstat (limited to 'Python/errors.c')
0 files changed, 0 insertions, 0 deletions