]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-119182: Add PyUnicodeWriter_WriteUCS4() function (#120849)
authorVictor Stinner <vstinner@python.org>
Mon, 24 Jun 2024 15:40:39 +0000 (17:40 +0200)
committerGitHub <noreply@github.com>
Mon, 24 Jun 2024 15:40:39 +0000 (17:40 +0200)
commit2e157851e36d83b0cb079b161d633b16ab899d16
tree9d5864953e9bfa43c56a0a46f18760f812d45c1c
parenta47abdb45d4f1c3195c324812c33b6ef1d9147da
gh-119182: Add PyUnicodeWriter_WriteUCS4() function (#120849)
Doc/c-api/unicode.rst
Doc/whatsnew/3.14.rst
Include/cpython/unicodeobject.h
Lib/test/test_capi/test_unicode.py
Misc/NEWS.d/next/C API/2024-06-07-22-12-30.gh-issue-119182.yt8Ar7.rst
Modules/_testcapi/unicode.c
Objects/unicodeobject.c