Skip to content

Commit ede98e4

Browse files
committed
gh-119182: Use public PyUnicodeWriter in ast_unparse.c
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 298dda5 commit ede98e4

File tree

1 file changed

+114
-99
lines changed

1 file changed

+114
-99
lines changed

0 commit comments

Comments
 (0)