commit | b5cc05bbe681dbe06d5ec6d34318815d1c1ad6c5 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Thu Nov 12 15:38:13 2020 +0100 |
committer | GitHub <noreply@github.com> | Thu Nov 12 15:38:13 2020 +0100 |
tree | 60ff911a1dd1ebcbf8a06488e1f76123b1145e6c | |
parent | ef75a625cdf8377d687a04948b4db9bc1917bf19 [diff] |
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.