Searched refs:temp_fv_str (Results 1 – 1 of 1) sorted by relevance
672 PyObject *temp_fv_str = expr_as_unicode(e->v.FormattedValue.value, PR_TEST + 1); in append_formattedvalue() local673 if (!temp_fv_str) { in append_formattedvalue()676 if (PyUnicode_Find(temp_fv_str, _str_open_br, 0, 1, 1) == 0) { in append_formattedvalue()682 Py_DECREF(temp_fv_str); in append_formattedvalue()685 if (-1 == _PyUnicodeWriter_WriteStr(writer, temp_fv_str)) { in append_formattedvalue()686 Py_DECREF(temp_fv_str); in append_formattedvalue()689 Py_DECREF(temp_fv_str); in append_formattedvalue()