]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-146143: Fix the PyUnicodeWriter_WriteUCS4() signature (GH-146144)
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 19 Mar 2026 08:23:01 +0000 (10:23 +0200)
committerGitHub <noreply@github.com>
Thu, 19 Mar 2026 08:23:01 +0000 (08:23 +0000)
commitbecd7a967f36248e0090010fbd04885170df3e7a
tree4759bec04978b6385402305916e2275dc8f69304
parent0f2246b1553f401da5ade47e0fd1c80ad7a8dfa5
gh-146143: Fix the PyUnicodeWriter_WriteUCS4() signature (GH-146144)

It now accepts a pointer to constant buffer of Py_UCS4.
Doc/c-api/unicode.rst
Include/cpython/unicodeobject.h
Misc/NEWS.d/next/C_API/2026-03-18-23-44-29.gh-issue-146143.pwIrJq.rst [new file with mode: 0644]
Objects/unicodeobject.c