Searched refs:od_copy (Results 1 – 1 of 1) sorted by relevance
1240 PyObject *od_copy; in odict_copy() local1243 od_copy = PyODict_New(); in odict_copy()1245 od_copy = _PyObject_CallNoArg((PyObject *)Py_TYPE(od)); in odict_copy()1246 if (od_copy == NULL) in odict_copy()1258 if (_PyODict_SetItem_KnownHash((PyObject *)od_copy, key, value, in odict_copy()1270 res = PyObject_SetItem((PyObject *)od_copy, in odict_copy()1277 return od_copy; in odict_copy()1280 Py_DECREF(od_copy); in odict_copy()