This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author methane
Recipients alex, benjamin.peterson, methane, serhiy.storchaka
Date 2020-09-16.02:06:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1600221985.73.0.823864251287.issue41784@roundup.psfhosted.org>
In-reply-to
Content
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".
History
Date User Action Args
2020-09-16 02:06:25methanesetrecipients: + methane, benjamin.peterson, alex, serhiy.storchaka
2020-09-16 02:06:25methanesetmessageid: <1600221985.73.0.823864251287.issue41784@roundup.psfhosted.org>
2020-09-16 02:06:25methanelinkissue41784 messages
2020-09-16 02:06:25methanecreate