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.
This commit is contained in:
Victor Stinner
2025-10-10 12:52:59 +02:00
committed by GitHub
parent 7cafd76a7f
commit 4c119714d5
8 changed files with 1047 additions and 973 deletions

1002
Objects/unicode_format.c Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff