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

Inada Naoki report at bugs.python.org
Tue Sep 15 22:06:25 EDT 2020


Inada Naoki <songofacandy at gmail.com> added the comment:

PyUnicode_AsUTF8 is useful "API". But it can be implemented as C macro, C inline function, or functions/macros in any other languages using PyUnicode_AsUTF8AndSize.

PyUnicode_AsUTF8AndSize is more important for "ABI".

----------

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


More information about the Python-bugs-list mailing list