]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-119182: Use PyUnicodeWriter_WriteWideChar() (#120851)
authorVictor Stinner <vstinner@python.org>
Sat, 22 Jun 2024 06:58:22 +0000 (08:58 +0200)
committerGitHub <noreply@github.com>
Sat, 22 Jun 2024 06:58:22 +0000 (08:58 +0200)
commit879d1f28bb97bcecddca0824276877aaf97f25b3
treeddf30861caf77912b70db5d97f298ad27a0d1fa5
parent6ad26de6e8ab61b035e7ecfff9791c2b349c3ad0
gh-119182: Use PyUnicodeWriter_WriteWideChar() (#120851)

Use PyUnicodeWriter_WriteWideChar() in PyUnicode_FromFormat()
Objects/unicodeobject.c