mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
Make private function static (from make smelly
)
This commit is contained in:
parent
c2b4673ffe
commit
a759d4e9f4
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ STRINGLIB(fill)(STRINGLIB_CHAR **digits_end, STRINGLIB_CHAR **buffer_end,
|
|||
* As closely as possible, this code mimics the logic in decimal.py's
|
||||
_insert_thousands_sep().
|
||||
**/
|
||||
Py_ssize_t
|
||||
static Py_ssize_t
|
||||
STRINGLIB(InsertThousandsGrouping)(
|
||||
STRINGLIB_CHAR *buffer,
|
||||
Py_ssize_t n_buffer,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue