Searched refs:body_writer (Results 1 – 1 of 1) sorted by relevance
618 _PyUnicodeWriter body_writer; in build_fstring_body() local619 _PyUnicodeWriter_Init(&body_writer); in build_fstring_body()620 body_writer.min_length = 256; in build_fstring_body()621 body_writer.overallocate = 1; in build_fstring_body()625 if (-1 == append_fstring_element(&body_writer, in build_fstring_body()629 _PyUnicodeWriter_Dealloc(&body_writer); in build_fstring_body()634 return _PyUnicodeWriter_Finish(&body_writer); in build_fstring_body()