bpo-45316: Move private PyDict functions to internal C API (GH-31577) · python/cpython@8ddbdd9 · GitHub
Skip to content

Commit 8ddbdd9

Browse files
authored
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()
1 parent 4a0c7a1 commit 8ddbdd9

2 files changed

Lines changed: 19 additions & 17 deletions

File tree

Include/cpython/dictobject.h

Lines changed: 0 additions & 14 deletions

Include/internal/pycore_dict.h

Lines changed: 19 additions & 3 deletions

0 commit comments

Comments
 (0)