diff options
author | Victor Stinner <vstinner@python.org> | 2023-06-01 07:18:09 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-01 07:18:09 (GMT) |
commit | 7d07e5891d2843f269fac00dc8847abfe3671765 (patch) | |
tree | 0dca70aca596fddbc634dfd870e358dbdb329007 /Python/getplatform.c | |
parent | 424049cc1117d66dfa86196ee5f694c15b46ac6c (diff) | |
download | cpython-7d07e5891d2843f269fac00dc8847abfe3671765.zip cpython-7d07e5891d2843f269fac00dc8847abfe3671765.tar.gz cpython-7d07e5891d2843f269fac00dc8847abfe3671765.tar.bz2 |
gh-105156: Cleanup usage of old Py_UNICODE type (#105158)
* refcounts.dat:
* Remove Py_UNICODE functions.
* Replace Py_UNICODE argument type with wchar_t.
* _PyUnicode_ToLowercase(), _PyUnicode_ToUppercase(),
_PyUnicode_ToTitlecase() are no longer deprecated in comments.
It's no longer needed since they now use Py_UCS4 type, rather than
the deprecated Py_UNICODE type.
* gdb: Remove unused char_width() method.
Diffstat (limited to 'Python/getplatform.c')
0 files changed, 0 insertions, 0 deletions