Searched refs:bytesep (Results 1 – 1 of 1) sorted by relevance
1459 PyObject *bytesep, *result; in bytearray_partition() local1461 bytesep = _PyByteArray_FromBufferObject(sep); in bytearray_partition()1462 if (! bytesep) in bytearray_partition()1468 bytesep, in bytearray_partition()1469 PyByteArray_AS_STRING(bytesep), PyByteArray_GET_SIZE(bytesep) in bytearray_partition()1472 Py_DECREF(bytesep); in bytearray_partition()1497 PyObject *bytesep, *result; in bytearray_rpartition() local1499 bytesep = _PyByteArray_FromBufferObject(sep); in bytearray_rpartition()1500 if (! bytesep) in bytearray_rpartition()1506 bytesep, in bytearray_rpartition()[all …]