[Python-Dev] PyBytes_Join

Eli Bendersky eliben at gmail.com
Wed Jul 18 14:35:15 CEST 2012


Hi,

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?

Eli
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-dev/attachments/20120718/432aba9f/attachment.html>


More information about the Python-Dev mailing list