Home | History | Annotate | Download | only in Python

Lines Matching defs:bytes_str

5197     PyObject *bytes_str = NULL;
5243 bytes_str = s;
5245 PyBytes_ConcatAndDel(&bytes_str, s);
5246 if (!bytes_str)
5258 bytes_str) < 0)
5260 return Bytes(bytes_str, LINENO(n), n->n_col_offset, c->c_arena);
5263 /* We're not a bytes string, bytes_str should never have been set. */
5264 assert(bytes_str == NULL);
5269 Py_XDECREF(bytes_str);