gh-106320: Remove private _PyUnicode C API (#107185)
Move private _PyUnicode functions to the internal C API (pycore_unicodeobject.h): * _PyUnicode_IsCaseIgnorable() * _PyUnicode_IsCased() * _PyUnicode_IsXidContinue() * _PyUnicode_IsXidStart() * _PyUnicode_ToFoldedFull() * _PyUnicode_ToLowerFull() * _PyUnicode_ToTitleFull() * _PyUnicode_ToUpperFull() No longer export these functions.
V
Victor Stinner committed
d27eb1e406a8789d9eaba6dbfed5c2e5abe294fd
Parent: 032f480
Committed by GitHub <noreply@github.com>
on 7/24/2023, 6:26:29 PM