Searched refs:ascstr (Results 1 – 2 of 2) sorted by relevance
161 PyObject *ascstr = NULL; in log_py_err() local258 ascstr = PyUnicode_AsASCIIString(obResult); in log_py_err()259 result = PyBytes_AsString(ascstr); in log_py_err()271 Py_XDECREF(ascstr); in log_py_err()
1273 PyObject* ascstr;1277 ascstr = NULL;1282 ascstr = PyUnicode_AsASCIIString(item);1283 s = PyBytes_AsString(ascstr);1291 if(ascstr)1292 Py_DECREF(ascstr);1299 if(ascstr)1300 Py_DECREF(ascstr);1304 if(ascstr)1305 Py_DECREF(ascstr);