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 methane, serhiy.storchaka, vstinner
Date 2020-03-14.04:24:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1584159857.5.0.970990757709.issue39087@roundup.psfhosted.org>
In-reply-to
Content
I'm sorry about merging PR 18327, but I can not find enough usage example of the _PyUnicode_GetUTF8Buffer.

PyUnicode_AsUTF8AndSize is optimized, and utf8_cache is not so bad in most case.  So _PyUnicode_GetUTF8Buffer seems not worth enough.

I will revert PR 18327.
History
Date User Action Args
2020-03-14 04:24:17methanesetrecipients: + methane, vstinner, serhiy.storchaka
2020-03-14 04:24:17methanesetmessageid: <1584159857.5.0.970990757709.issue39087@roundup.psfhosted.org>
2020-03-14 04:24:17methanelinkissue39087 messages
2020-03-14 04:24:17methanecreate