Searched refs:_PyBytes_Join (Results 1 – 4 of 4) sorted by relevance
25 #define _PyBytes_Join _PyString_Join macro
868 result = _PyBytes_Join(_PyIO_empty_bytes, chunks); in rawiobase_readall()
1030 Py_XSETREF(res, _PyBytes_Join(_PyIO_empty_bytes, chunks)); in _buffered_readline()1399 res = _PyBytes_Join(_PyIO_empty_bytes, chunks); in _bufferedreader_read_all()
1230 b = _PyBytes_Join(_PyIO_empty_bytes, pending); in _textiowrapper_writeflush()