cpython/Modules/_ctypes
Thomas Heller 861acee048 Fix for foreign functions returning small structures on 64-bit big
endian machines.  Should fix the remaininf failure in the PPC64
Debian buildbot.

Thanks to Matthias Klose for providing access to a machine to debug
and test this.
2006-06-07 20:43:06 +00:00
..
darwin Copy ctypes-0.9.9.4 sources from external into the trunk. 2006-03-08 19:35:11 +00:00
libffi Fix distutils so that libffi will cross-compile between darwin/x86 and darwin/ppc 2006-05-26 14:07:23 +00:00
libffi_arm_wince Copy ctypes-0.9.9.4 sources from external into the trunk. 2006-03-08 19:35:11 +00:00
libffi_msvc Merge in changes from ctypes 0.9.9.6 upstream version. 2006-04-21 16:48:56 +00:00
_ctypes.c PyTuple_Pack is not available in Python 2.3, but ctypes must stay 2006-05-31 11:37:58 +00:00
_ctypes_test.c Clean up. 2006-05-05 19:14:24 +00:00
_ctypes_test.h Copy ctypes-0.9.9.4 sources from external into the trunk. 2006-03-08 19:35:11 +00:00
callbacks.c Use the same big-endian hack as in _ctypes/callproc.c for callback functions. 2006-06-06 19:25:13 +00:00
callproc.c Fix for foreign functions returning small structures on 64-bit big 2006-06-07 20:43:06 +00:00
cfield.c Damn - the sentinel was missing. And fix another silly mistake. 2006-06-06 11:54:32 +00:00
ctypes.h C++ compiler cleanup: the typical few casts, and ... C++ didn't like that 2006-04-18 19:45:17 +00:00
ctypes_dlfcn.h Copy ctypes-0.9.9.4 sources from external into the trunk. 2006-03-08 19:35:11 +00:00
malloc_closure.c Copy ctypes-0.9.9.4 sources from external into the trunk. 2006-03-08 19:35:11 +00:00
stgdict.c C++ compiler cleanup: the typical few casts, and ... C++ didn't like that 2006-04-18 19:45:17 +00:00