Kaydet (Commit) 4b7b0f06 authored tarafından Antoine Pitrou's avatar Antoine Pitrou

gibibytes (Arfrever)

üst d673ed9b
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment