Searched refs:od_copy (Results 1 – 1 of 1) sorted by relevance
1242 PyObject *od_copy; in odict_copy() local1245 od_copy = PyODict_New(); in odict_copy()1247 od_copy = _PyObject_CallNoArg((PyObject *)Py_TYPE(od)); in odict_copy()1248 if (od_copy == NULL) in odict_copy()1260 if (_PyODict_SetItem_KnownHash((PyObject *)od_copy, key, value, in odict_copy()1272 res = PyObject_SetItem((PyObject *)od_copy, in odict_copy()1279 return od_copy; in odict_copy()1282 Py_DECREF(od_copy); in odict_copy()