mirror of
https://github.com/python/cpython.git
synced 2025-08-28 20:56:54 +00:00
long_to_decimal_string_internal() doesn't need to write the final NULL character
This commit is contained in:
parent
aa7712711d
commit
9cc98c93a7
1 changed files with 0 additions and 1 deletions
|
@ -1651,7 +1651,6 @@ long_to_decimal_string_internal(PyObject *aa,
|
|||
else \
|
||||
p = (TYPE*)PyUnicode_DATA(str) + strlen; \
|
||||
\
|
||||
*p = '\0'; \
|
||||
/* pout[0] through pout[size-2] contribute exactly \
|
||||
_PyLong_DECIMAL_SHIFT digits each */ \
|
||||
for (i=0; i < size - 1; i++) { \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue