]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46670: Test if a macro is defined, not its value (GH-31178)
authorVictor Stinner <vstinner@python.org>
Mon, 7 Feb 2022 00:46:51 +0000 (01:46 +0100)
committerGitHub <noreply@github.com>
Mon, 7 Feb 2022 00:46:51 +0000 (01:46 +0100)
commitb556f53785cb9ad8cc088ad8c10efee91fe3da58
tree7f2cfe2176fcaa50254a755801f3506d5f3aa569
parent097f74a5a37e2a8a26d529cede456ede7011b66f
bpo-46670: Test if a macro is defined, not its value (GH-31178)

* audioop.c: #ifdef WORDS_BIGENDIAN
* ctypes.h: #ifdef USING_MALLOC_CLOSURE_DOT_C
* _ctypes/malloc_closure.c: #ifdef HAVE_FFI_CLOSURE_ALLOC
  and #ifdef USING_APPLE_OS_LIBFFI
* pytime.c: #ifdef __APPLE__
* unicodeobject.c: #ifdef HAVE_NON_UNICODE_WCHAR_T_REPRESENTATION
Modules/_ctypes/callbacks.c
Modules/_ctypes/callproc.c
Modules/_ctypes/ctypes.h
Modules/_ctypes/malloc_closure.c
Modules/audioop.c
Objects/unicodeobject.c
Python/pytime.c