]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-111696, PEP 737: Add %T and %N to PyUnicode_FromFormat() (#116839)
authorVictor Stinner <vstinner@python.org>
Thu, 14 Mar 2024 22:23:00 +0000 (23:23 +0100)
committerGitHub <noreply@github.com>
Thu, 14 Mar 2024 22:23:00 +0000 (22:23 +0000)
commit7bbb9b57e67057d5ca3b7e3a434527fb3fcf5a2b
tree5f09547613d22804329cac09199b629f3182b4db
parent5f52d20a93908196f74271db8437cc1ba7e1e262
gh-111696, PEP 737: Add %T and %N to PyUnicode_FromFormat() (#116839)
Doc/c-api/unicode.rst
Doc/whatsnew/3.13.rst
Include/internal/pycore_typeobject.h
Lib/test/test_capi/test_unicode.py
Misc/NEWS.d/next/C API/2024-03-14-22-30-07.gh-issue-111696.76UMKi.rst [new file with mode: 0644]
Objects/typeobject.c
Objects/unicodeobject.c