diff options
author | Victor Stinner <vstinner@python.org> | 2022-02-25 15:41:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-25 15:41:55 +0100 |
commit | 8ddbdd9e96e64b42c87dcfe4e38383cf0694988a (patch) | |
tree | 06c7071fb1053c2f7653dc54364ac1c86e77dbed /Python/errors.c | |
parent | 4a0c7a1aacd08cead7717479620e62359c828e88 (diff) | |
download | cpython-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