bpo-38823: Always build _ctypes with wchar_t by vstinner · Pull Request #23248 · python/cpython

@vstinner

It is no longer possible to build the _ctypes extension module
without wchar_t type: remove CTYPES_UNICODE macro. Anyway, the
wchar_t type is required to build Python.

adorilson pushed a commit to adorilson/cpython that referenced this pull request

Mar 13, 2021
It is no longer possible to build the _ctypes extension module
without wchar_t type: remove CTYPES_UNICODE macro. Anyway, the
wchar_t type is required to build Python.