mirror of
https://github.com/python/cpython.git
synced 2025-09-18 06:30:38 +00:00
Modified interface to _Py_[String|Unicode]InsertThousandsGrouping, in anticipation of fixing issue 3140.
This commit is contained in:
parent
57acc8f5ab
commit
65fe47b931
4 changed files with 30 additions and 23 deletions
|
@ -182,8 +182,8 @@ PyAPI_FUNC(int) PyString_AsStringAndSize(
|
|||
see Objects/stringlib/localeutil.h */
|
||||
|
||||
PyAPI_FUNC(int) _PyString_InsertThousandsGrouping(char *buffer,
|
||||
Py_ssize_t len,
|
||||
char *plast,
|
||||
Py_ssize_t n_buffer,
|
||||
Py_ssize_t n_digits,
|
||||
Py_ssize_t buf_size,
|
||||
Py_ssize_t *count,
|
||||
int append_zero_char);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue