]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-106320: Remove more private _PyUnicode C API functions (#106382)
authorVictor Stinner <vstinner@python.org>
Mon, 3 Jul 2023 22:35:46 +0000 (00:35 +0200)
committerGitHub <noreply@github.com>
Mon, 3 Jul 2023 22:35:46 +0000 (22:35 +0000)
commit506cfdf141f03186d5cdf9bb31caa40294eba4e5
treee437491ed9879e56746d35be2c8fb802a98307d7
parentb24479dcba6e8952039066564d448d5ac4b37bef
gh-106320: Remove more private _PyUnicode C API functions (#106382)

Remove more private _PyUnicode C API functions:
move them to the internal C API (pycore_unicodeobject.h).

No longer export most pycore_unicodeobject.h functions.
Include/cpython/unicodeobject.h
Include/internal/pycore_unicodeobject.h
Python/future.c