Searched refs:temp_fv_str (Results 1 – 1 of 1) sorted by relevance
667 PyObject *temp_fv_str = expr_as_unicode(e->v.FormattedValue.value, PR_TEST + 1); in append_formattedvalue() local668 if (!temp_fv_str) { in append_formattedvalue()671 if (PyUnicode_Find(temp_fv_str, _str_open_br, 0, 1, 1) == 0) { in append_formattedvalue()677 Py_DECREF(temp_fv_str); in append_formattedvalue()680 if (-1 == _PyUnicodeWriter_WriteStr(writer, temp_fv_str)) { in append_formattedvalue()681 Py_DECREF(temp_fv_str); in append_formattedvalue()684 Py_DECREF(temp_fv_str); in append_formattedvalue()