Searched refs:_odict_add_new_node (Results 1 – 1 of 1) sorted by relevance
663 _odict_add_new_node(PyODictObject *od, PyObject *key, Py_hash_t hash) in _odict_add_new_node() function1617 res = _odict_add_new_node((PyODictObject *)od, key, hash); in _PyODict_SetItem_KnownHash()