mirror of
https://github.com/python/cpython.git
synced 2025-10-23 01:43:53 +00:00
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:
parent
7cafd76a7f
commit
4c119714d5
8 changed files with 1047 additions and 973 deletions
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue