cpython/Misc/NEWS.d/next/C API/2023-05-31-18-37-57.gh-issu...

5 lines
234 B
ReStructuredText

Deprecate the old ``Py_UNICODE`` and ``PY_UNICODE_TYPE`` types: use directly
the :c:type:`wchar_t` type instead. Since Python 3.3, ``Py_UNICODE`` and
``PY_UNICODE_TYPE`` are just aliases to :c:type:`wchar_t`. Patch by Victor
Stinner.