mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
gibibytes (Arfrever)
This commit is contained in:
parent
d673ed9b43
commit
4b7b0f06b4
1 changed files with 1 additions and 1 deletions
|
@ -1881,7 +1881,7 @@ write_utf8(PicklerObject *self, char *data, Py_ssize_t size)
|
|||
if (size > 0xffffffffUL) {
|
||||
/* string too large */
|
||||
PyErr_SetString(PyExc_OverflowError,
|
||||
"cannot serialize a string larger than 4GB");
|
||||
"cannot serialize a string larger than 4GiB");
|
||||
return -1;
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue