commit | 8ed705c083e8e5ff37649d998a8b1524ec921519 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Thu Jun 01 08:56:35 2023 +0200 |
committer | GitHub <noreply@github.com> | Thu Jun 01 08:56:35 2023 +0200 |
tree | 88bdd612236308b4585d851e168c94dc1ddf5bf0 | |
parent | f332594dd47947612e1e5d2faf287930552a5110 [diff] |
gh-105156: Deprecate the old Py_UNICODE type in C API (#105157) Deprecate the old Py_UNICODE and PY_UNICODE_TYPE types in the C API: use wchar_t instead. Replace Py_UNICODE with wchar_t in multiple C files. Co-authored-by: Inada Naoki <songofacandy@gmail.com>