[issue41377] memoryview of str (unicode)

jakirkham report at bugs.python.org
Thu Jul 23 18:06:11 EDT 2020


jakirkham <jakirkham at gmail.com> added the comment:

Thanks for the clarification, Eric! :)

Is this the sort of thing that we could capture in the `format`[1] field (like with `"B"`, `"H"`, and `"I"`[2]) or are there potential issues there?

[1]: https://docs.python.org/3/c-api/buffer.html#c.Py_buffer.format
[2]: https://docs.python.org/3/library/struct.html#format-characters

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue41377>
_______________________________________


More information about the Python-bugs-list mailing list