Lines Matching defs:string
1104 /* This is faster than memcpy when the string is short. */
2210 const char *string;
2220 string = PyUnicode_AsUTF8AndSize(repr, &size);
2221 if (string == NULL)
2225 _Pickler_Write(self, string, size) < 0 ||
2324 original string if this is possible. */
2694 "serializing a string larger than 4 GiB "
4477 "__reduce__ must return a string or tuple");
5189 "could not convert string to int");
5404 PyErr_SetString(PyExc_ValueError, "could not convert string to float");
5461 /* Use the PyBytes API to decode the string, since that is what is used
7241 *encoding* and *errors* tell pickle how to decode 8-bit string
7244 string instances as bytes objects.
7799 *encoding* and *errors* tell pickle how to decode 8-bit string
7802 string instances as bytes objects.
7859 *encoding* and *errors* tell pickle how to decode 8-bit string
7862 string instances as bytes objects.