]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38823: Always build _ctypes with wchar_t (GH-23248)
authorVictor Stinner <vstinner@python.org>
Thu, 12 Nov 2020 14:38:13 +0000 (15:38 +0100)
committerGitHub <noreply@github.com>
Thu, 12 Nov 2020 14:38:13 +0000 (15:38 +0100)
commitb5cc05bbe681dbe06d5ec6d34318815d1c1ad6c5
tree60ff911a1dd1ebcbf8a06488e1f76123b1145e6c
parentef75a625cdf8377d687a04948b4db9bc1917bf19
bpo-38823: Always build _ctypes with wchar_t (GH-23248)

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.
Misc/NEWS.d/next/Build/2020-11-12-13-45-15.bpo-38823.C0z_Fe.rst [new file with mode: 0644]
Modules/_ctypes/_ctypes.c
Modules/_ctypes/callproc.c
Modules/_ctypes/cfield.c
Modules/_ctypes/ctypes.h
Modules/_ctypes/stgdict.c