]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-106320: Remove private _PyUnicode codecs C API functions (#106385)
authorVictor Stinner <vstinner@python.org>
Tue, 4 Jul 2023 07:29:52 +0000 (09:29 +0200)
committerGitHub <noreply@github.com>
Tue, 4 Jul 2023 07:29:52 +0000 (07:29 +0000)
commitd8c5d76da2d5c3e8f9c05fcfc59dc1aaaa1fe6e1
tree8d76adb30c62539cb44b065e2286d7809dab8021
parent3406f8cce542ea4edf4153c0fac5216df283a9b1
gh-106320: Remove private _PyUnicode codecs C API functions (#106385)

Remove private _PyUnicode codecs C API functions: move them to the
internal C API (pycore_unicodeobject.h). No longer export most of
these functions.
Include/cpython/unicodeobject.h
Include/internal/pycore_unicodeobject.h
Parser/string_parser.c