]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-139353: Add Objects/unicode_format.c file (#139491)
authorVictor Stinner <vstinner@python.org>
Fri, 10 Oct 2025 10:52:59 +0000 (12:52 +0200)
committerGitHub <noreply@github.com>
Fri, 10 Oct 2025 10:52:59 +0000 (12:52 +0200)
commit4c119714d58912b10cb803a813da0364a0cc01e8
tree39689130121115d4b181fa6f237857d32878d3f2
parent7cafd76a7fc6e52d93dd11e454a49c4dbebdf080
gh-139353: Add Objects/unicode_format.c file (#139491)

* Move PyUnicode_Format() implementation from unicodeobject.c
  to unicode_format.c.
* Replace unicode_modifiable() with _PyUnicode_IsModifiable()
* Add empty lines to have two empty lines between functions.
Include/internal/pycore_unicodeobject.h
Makefile.pre.in
Objects/unicode_format.c [new file with mode: 0644]
Objects/unicodeobject.c
PCbuild/_freeze_module.vcxproj
PCbuild/_freeze_module.vcxproj.filters
PCbuild/pythoncore.vcxproj
PCbuild/pythoncore.vcxproj.filters