]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-119182: Add PyUnicodeWriter_DecodeUTF8Stateful() (#120639)
authorVictor Stinner <vstinner@python.org>
Fri, 21 Jun 2024 17:33:15 +0000 (19:33 +0200)
committerGitHub <noreply@github.com>
Fri, 21 Jun 2024 17:33:15 +0000 (19:33 +0200)
commit4123226bbda437b64b60c9111d3e4cc9dc76f7d5
tree6bb6ff8c51815b10afceb455a10912ed43ca38c5
parentaed31beca9a54b85a1392631a48da80602210f18
gh-119182: Add PyUnicodeWriter_DecodeUTF8Stateful() (#120639)

Add PyUnicodeWriter_WriteWideChar() and
PyUnicodeWriter_DecodeUTF8Stateful() functions.

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Doc/c-api/unicode.rst
Doc/whatsnew/3.14.rst
Include/cpython/unicodeobject.h
Modules/_testcapi/unicode.c
Objects/unicodeobject.c