Home | History | Annotate | Download | only in Modules

Lines Matching defs:hexstr

943     PyObject *hexstr;
948 hexstr = _PyLong_Format(value, 16);
949 if (hexstr == NULL)
951 hexchars = PyUnicode_AsUTF8(hexstr);
953 Py_DECREF(hexstr);
960 Py_DECREF(hexstr);
964 Py_DECREF(hexstr);