Searched refs:od_copy (Results 1 – 1 of 1) sorted by relevance
1190 PyObject *od_copy; in odict_copy() local1193 od_copy = PyODict_New(); in odict_copy()1195 od_copy = _PyObject_CallNoArg((PyObject *)Py_TYPE(od)); in odict_copy()1196 if (od_copy == NULL) in odict_copy()1208 if (_PyODict_SetItem_KnownHash((PyObject *)od_copy, key, value, in odict_copy()1220 res = PyObject_SetItem((PyObject *)od_copy, in odict_copy()1227 return od_copy; in odict_copy()1230 Py_DECREF(od_copy); in odict_copy()