]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-119182: Use public PyUnicodeWriter in stringio.c (#129243)
authorVictor Stinner <vstinner@python.org>
Thu, 23 Jan 2025 23:31:49 +0000 (00:31 +0100)
committerGitHub <noreply@github.com>
Thu, 23 Jan 2025 23:31:49 +0000 (23:31 +0000)
commit732670d93b9b0c0ff8adde07418fd6f8397893ef
treea513b715ed22e0c68478dd064d45d5d1f2d2a8d2
parentbab8918f9a647c20b64f5c165b45c0926f19ca0d
gh-119182: Use public PyUnicodeWriter in stringio.c (#129243)

Replace the private _PyUnicodeWriter API with the public
PyUnicodeWriter API.
Modules/_io/stringio.c