[issue19666] Format string for ASCII unicode or bytes-like object as readonly buffer

STINNER Victor report at bugs.python.org
Thu Nov 21 12:55:25 CET 2013


STINNER Victor added the comment:

Where do you plan to use this new format? Can you please give examples?

> (other unicode representations may not allow you to take a Py_buffer to the ASCII data).

Py_buffer and PyArg_ParseTuple() are very specific to CPython.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19666>
_______________________________________


More information about the Python-bugs-list mailing list