mirror of
https://github.com/python/cpython.git
synced 2026-05-07 13:10:37 -04:00
8ed705c083
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