[issue41377] memoryview of str (unicode)

Raymond Hettinger report at bugs.python.org
Thu Jul 23 20:25:43 EDT 2020


Raymond Hettinger <raymond.hettinger at gmail.com> added the comment:

I think we can close this.  AFAICT, if we exposed the raw internal object with a memory view, there would be no practical way to use the data without a user having to substantially recreate the logic already present in encode() and the other string methods.

----------
nosy: +rhettinger

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


More information about the Python-bugs-list mailing list