Home | History | Annotate | Download | only in _io

Lines Matching refs:posobj

645     PyObject *res, *posobj, *whenceobj;

648 posobj = PyLong_FromOff_t(target);
649 if (posobj == NULL)
653 Py_DECREF(posobj);
657 posobj, whenceobj, NULL);
658 Py_DECREF(posobj);