Renamed PyString to PyBytes
This commit is contained in:
@@ -364,7 +364,7 @@ add_thousands_grouping(char* buffer, size_t buf_size)
|
||||
/* At this point, p points just past the right-most character we
|
||||
want to format. We need to add the grouping string for the
|
||||
characters between buffer and p. */
|
||||
return _PyString_InsertThousandsGrouping(buffer, len, p,
|
||||
return _PyBytes_InsertThousandsGrouping(buffer, len, p,
|
||||
buf_size, NULL, 1);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user