<div dir="ltr">Hi,<br><br>PyUnicode_Join is a public C API function. However, its cousin for the bytes object is tucked privately in Objects/bytesobject.c as _PyBytes_Join. Is there any harm in exposing it publicly?<br><br>

Eli<br><br></div>