summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Build/2020-11-12-13-45-15.bpo-38823.C0z_Fe.rst
blob: 4a0f11de5e420d15fc6c9d6a7bbd8c41c7baa7bc (plain)
1
2
3
It is no longer possible to build the ``_ctypes`` extension module without
:c:type:`wchar_t` type: remove ``CTYPES_UNICODE`` macro. Anyway, the
:c:type:`wchar_t` type is required to build Python. Patch by Victor Stinner.