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 alex
Recipients alex, benjamin.peterson, methane
Date 2020-09-14.19:37:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1600112223.54.0.368726029107.issue41784@roundup.psfhosted.org>
In-reply-to
Content
This function is incredibly useful for efficient interoperability between Python and other languages with UTF-8 based strings (e.g. Rust). Right now it's not possible to do interop without several copies/allocations if you're trying to build an abi3 wheel. This is tactically relevant to me here: https://github.com/PyO3/pyo3/issues/1125

This API has been stable since it was introduced in Python 3.1, so I think making it stable would be appropriate.

Inada, Benjamin suggested I should ask you for your feedback on this. I'm happy to send a pull request.
History
Date User Action Args
2020-09-14 19:37:03alexsetrecipients: + alex, benjamin.peterson, methane
2020-09-14 19:37:03alexsetmessageid: <1600112223.54.0.368726029107.issue41784@roundup.psfhosted.org>
2020-09-14 19:37:03alexlinkissue41784 messages
2020-09-14 19:37:03alexcreate