mirror of
https://github.com/python/cpython.git
synced 2026-01-27 13:15:25 +00:00
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>
Miscellaneous source files for the main Python shared library