diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-05-27 11:30:59 +0000 |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-05-27 11:30:59 +0000 |
commit | 3bd347c543f3849bc5c70f7c07aa02bb204d3060 (patch) | |
tree | bc488dced2ee95b4311a8c9ee91d62ef36f14248 /Python/formatter_unicode.c | |
parent | 687b0bec83d503de3fb95e0515d0ba8519cf0d22 (diff) | |
parent | 3172ee03da2bfce19a60222fbff5aaf67680d9ea (diff) | |
download | cpython-3bd347c543f3849bc5c70f7c07aa02bb204d3060.tar.gz |
Issue #5784: Merge zlib from 3.5
Diffstat (limited to 'Python/formatter_unicode.c')
-rw-r--r-- | Python/formatter_unicode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/formatter_unicode.c b/Python/formatter_unicode.c index 8e9c502754..d573288a89 100644 --- a/Python/formatter_unicode.c +++ b/Python/formatter_unicode.c @@ -656,7 +656,7 @@ fill_number(_PyUnicodeWriter *writer, const NumberFieldWidths *spec, return 0; } -static char no_grouping[1] = {CHAR_MAX}; +static const char no_grouping[1] = {CHAR_MAX}; /* Find the decimal point character(s?), thousands_separator(s?), and grouping description, either for the current locale if type is |