gh-139353: Rename formatter_unicode.c to unicode_formatter.c (#139723) · python/cpython@3d3f126 · GitHub
Skip to content

Commit 3d3f126

Browse files
authored
gh-139353: Rename formatter_unicode.c to unicode_formatter.c (#139723)
* Move Python/formatter_unicode.c to Objects/unicode_formatter.c. * Move Objects/stringlib/localeutil.h content into unicode_formatter.c. Remove localeutil.h. * Move _PyUnicode_InsertThousandsGrouping() to unicode_formatter.c and mark the function as static. * Rename unicode_fill() to _PyUnicode_Fill() and export it in pycore_unicodeobject.h. * Move MAX_UNICODE to pycore_unicodeobject.h as _Py_MAX_UNICODE.
1 parent 5cea843 commit 3d3f126

10 files changed

Lines changed: 293 additions & 305 deletions

Include/internal/pycore_unicodeobject.h

Lines changed: 38 additions & 15 deletions

Makefile.pre.in

Lines changed: 1 addition & 2 deletions

Objects/stringlib/localeutil.h

Lines changed: 0 additions & 97 deletions
This file was deleted.

0 commit comments

Comments
 (0)