Home | History | Annotate | Download | only in Objects

Lines Matching refs:bytesep

2108     PyObject *bytesep, *result;
2110 bytesep = PyByteArray_FromObject(sep_obj);
2111 if (! bytesep)
2117 bytesep,
2118 PyByteArray_AS_STRING(bytesep), PyByteArray_GET_SIZE(bytesep)
2121 Py_DECREF(bytesep);
2136 PyObject *bytesep, *result;
2138 bytesep = PyByteArray_FromObject(sep_obj);
2139 if (! bytesep)
2145 bytesep,
2146 PyByteArray_AS_STRING(bytesep), PyByteArray_GET_SIZE(bytesep)
2149 Py_DECREF(bytesep);