Searched refs:objreduce (Results 1 – 3 of 3) sorted by relevance
5329 static PyObject *objreduce; in object___reduce_ex___impl() local5333 if (objreduce == NULL) { in object___reduce_ex___impl()5334 objreduce = _PyDict_GetItemIdWithError(PyBaseObject_Type.tp_dict, in object___reduce_ex___impl()5336 if (objreduce == NULL && PyErr_Occurred()) { in object___reduce_ex___impl()5354 override = (clsreduce != objreduce); in object___reduce_ex___impl()
198 Objects/typeobject.c:object___reduce_ex___impl():objreduce static PyObject *objreduce
2043 Objects/typeobject.c object___reduce_ex___impl objreduce -