[issue41784] Promote PyUnicode_AsUTF8AndSize to be available with the limited API (PEP 384)

Alex Gaynor report at bugs.python.org
Fri Sep 18 07:35:09 EDT 2020


Alex Gaynor <alex.gaynor at gmail.com> added the comment:

It's a big project I think :-) Py_Buffer is allocated on the stack, so either we'd have to agree to never change it's ABI (size, alignment, etc.) or we'd need to completely change the interface.

----------

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


More information about the Python-bugs-list mailing list