On Sat, 29 Jan 2011 11:00:48 +0100 Stefan Behnel <[email protected]> wrote: > > I know, that's not what I meant. But this PEP would enable a C API that > provides direct access to the underlying buffer. Just as is currently > provided for the Py_UNICODE array, but with a stable ABI because the buffer > type won't change based on build time options. > > OTOH, one could argue that this is already partly provided by the generic > buffer API.
Unicode objects don't provide the buffer API (and chances are they never will). Regards Antoine. _______________________________________________ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
