Searched refs:body_writer (Results 1 – 1 of 1) sorted by relevance
623 _PyUnicodeWriter body_writer; in build_fstring_body() local624 _PyUnicodeWriter_Init(&body_writer); in build_fstring_body()625 body_writer.min_length = 256; in build_fstring_body()626 body_writer.overallocate = 1; in build_fstring_body()630 if (-1 == append_fstring_element(&body_writer, in build_fstring_body()634 _PyUnicodeWriter_Dealloc(&body_writer); in build_fstring_body()639 return _PyUnicodeWriter_Finish(&body_writer); in build_fstring_body()