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 vstinner
Recipients christian.heimes, doko, hroncok, lukasz.langa, pablogsal, vstinner
Date 2021-11-10.14:02:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1636552959.86.0.605258470471.issue45778@roundup.psfhosted.org>
In-reply-to
Content
I suggest to close this issue. We are free to remove private functions in minor releases (3.9.x) without any warning. Private functions are excluded from the backward compatibility warranty.

For example: "Names prefixed by an underscore, such as _Py_InternalState, are private API that can change without notice even in patch releases."
https://docs.python.org/dev/c-api/stable.html#stable

In C, it's easy to call the decode() method of a string object and pass the expected encoding and error handler.
History
Date User Action Args
2021-11-10 14:02:39vstinnersetrecipients: + vstinner, doko, christian.heimes, lukasz.langa, hroncok, pablogsal
2021-11-10 14:02:39vstinnersetmessageid: <1636552959.86.0.605258470471.issue45778@roundup.psfhosted.org>
2021-11-10 14:02:39vstinnerlinkissue45778 messages
2021-11-10 14:02:39vstinnercreate