[issue41377] memoryview of str (unicode)

Guido van Rossum report at bugs.python.org
Fri Jul 24 14:35:45 EDT 2020


Guido van Rossum <guido at python.org> added the comment:

We should not do this, it would expose internals that we need to keep private. The right approach would be to keep things as bytes.

----------
nosy: +gvanrossum
resolution:  -> wont fix
stage:  -> resolved
status: open -> closed

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


More information about the Python-bugs-list mailing list