Searched refs:strrepr (Results 1 – 1 of 1) sorted by relevance
1720 PyObject *strobj, *strrepr; in PyLong_FromString() local1985 strrepr = PyObject_Repr(strobj); in PyLong_FromString()1987 if (strrepr == NULL) in PyLong_FromString()1991 base, PyString_AS_STRING(strrepr)); in PyLong_FromString()1992 Py_DECREF(strrepr); in PyLong_FromString()