]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-106320: Move _PyUnicodeWriter to the internal C API (#106342)
authorVictor Stinner <vstinner@python.org>
Mon, 3 Jul 2023 08:23:43 +0000 (10:23 +0200)
committerGitHub <noreply@github.com>
Mon, 3 Jul 2023 08:23:43 +0000 (10:23 +0200)
commit5ccbbe5bb9a659fa8f2fe551428c84cc14015f44
treedda828881a98a880d128b97c1072fc08b7b262b1
parentd65b783b6966d233467a48ef633afb4aff9d5df8
gh-106320: Move _PyUnicodeWriter to the internal C API (#106342)

Move also _PyUnicode_FormatAdvancedWriter().

CJK codecs and multibytecodec.c now define the Py_BUILD_CORE_MODULE
macro.
Include/cpython/unicodeobject.h
Include/internal/pycore_complexobject.h
Include/internal/pycore_floatobject.h
Include/internal/pycore_unicodeobject.h
Modules/cjkcodecs/cjkcodecs.h
Modules/cjkcodecs/multibytecodec.c
Modules/cjkcodecs/multibytecodec.h
Tools/c-analyzer/c_parser/preprocessor/gcc.py