[Python-Dev] PyBytes_Join (original) (raw)
Eli Bendersky eliben at gmail.com
Wed Jul 18 14:35:15 CEST 2012
- Previous message: [Python-Dev] A new JIT compiler for a faster CPython?
- Next message: [Python-Dev] PyBytes_Join
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Previous message: [Python-Dev] A new JIT compiler for a faster CPython?
- Next message: [Python-Dev] PyBytes_Join
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]