Lines Matching defs:newobj
1117 PyObject *tmp, *newobj;1134 newobj = type->tp_alloc(type, 0);1135 if (newobj == NULL) {1139 ((PyIntObject *)newobj)->ob_ival = ival;1141 return newobj;