Home | History | Annotate | Download | only in Modules

Lines Matching refs:iobj

1091     PyObject *result, *iobj, *newresult;

1122 iobj = (PyObject *)PyInt_FromLong(i);
1123 if (iobj == NULL)
1125 newresult = PyNumber_Multiply(result, iobj);
1126 Py_DECREF(iobj);