mirror of
https://github.com/python/cpython.git
synced 2026-01-27 13:15:25 +00:00
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().
Miscellaneous source files for the main Python shared library