]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix #1563807: _ctypes built on AIX fails with ld ffi error.
authorThomas Heller <theller@ctypes.org>
Tue, 28 Nov 2006 20:21:54 +0000 (20:21 +0000)
committerThomas Heller <theller@ctypes.org>
Tue, 28 Nov 2006 20:21:54 +0000 (20:21 +0000)
commitef583a4992d8d7c635e77eb1a3af2b12f46fed50
tree7d098445b35804665ac41fc2feb35c254f12ebba
parent73e7e058f5ef265278d6d184e01f134132d612fd
Fix #1563807: _ctypes built on AIX fails with ld ffi error.

The contents of ffi_darwin.c must be compiled unless __APPLE__ is
defined and __ppc__ is not.

Will backport.
Misc/NEWS
Modules/_ctypes/libffi/src/powerpc/ffi_darwin.c