]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-119182: Add PyUnicodeWriter C API (#119184)
authorVictor Stinner <vstinner@python.org>
Mon, 17 Jun 2024 15:10:52 +0000 (17:10 +0200)
committerGitHub <noreply@github.com>
Mon, 17 Jun 2024 15:10:52 +0000 (17:10 +0200)
commit5c4235cd8ce00852cfcb2d3a2cb4c66c6c53c4bf
tree725bd5f7c416c37c286afde73e488bb2896a910b
parent2c7209a3bdf81a289ccd6b80a77497cfcd5732de
 gh-119182: Add PyUnicodeWriter C API (#119184)
Doc/c-api/unicode.rst
Doc/whatsnew/3.14.rst
Include/cpython/unicodeobject.h
Misc/NEWS.d/next/C API/2024-06-07-22-12-30.gh-issue-119182.yt8Ar7.rst [new file with mode: 0644]
Modules/_testcapi/unicode.c
Objects/unicodeobject.c