Skip to content

Commit 8eb9e76

Browse files
authored
gh-119182: Use public PyUnicodeWriter in ast_unparse.c (#129208)
Replace the private _PyUnicodeWriter API with the public PyUnicodeWriter API. * Add append_char() function. * Add APPEND_CHAR() and APPEND_CHAR_FINISH() macros. * Replace APPEND_STR() and APPEND_STR_FINISH() of single character with APPEND_CHAR() and APPEND_CHAR_FINISH().
1 parent 327a257 commit 8eb9e76

File tree

1 file changed

+114
-99
lines changed

1 file changed

+114
-99
lines changed

0 commit comments

Comments
 (0)