cpython/Modules/_ctypes
Thomas Heller 03b75ddf7c On HPUX, -fPIC must be used for linking. _ctypes now builds on HP-UX
IA64 and PA machines.

The ctypes unittests work fine on the IA64, but dump core in
test_qsort on the PA.
2008-05-20 19:53:47 +00:00
..
darwin Copy ctypes-0.9.9.4 sources from external into the trunk. 2006-03-08 19:35:11 +00:00
libffi On HPUX, -fPIC must be used for linking. _ctypes now builds on HP-UX 2008-05-20 19:53:47 +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 On 64-bit Windows, ffi_arg must be 8 bytes long. This fixes the 2007-05-04 08:20:41 +00:00
libffi_osx Merged changes from libffi3-branch. 2008-03-04 20:09:11 +00:00
_ctypes.c Add from_buffer and from_buffer_copy class methods to ctypes types. 2008-04-25 15:44:16 +00:00
_ctypes_test.c Issue 1872: Changed the struct module typecode from 't' to '?', for 2008-03-05 15:34:29 +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 Add missing return type to dealloc. 2008-04-26 18:32:17 +00:00
callproc.c Issue #2616: Implement ctypes.pointer() and ctypes.POINTER() in C for 2008-04-14 16:10:07 +00:00
cfield.c Issue 1872: Changed the struct module typecode from 't' to '?', for 2008-03-05 15:34:29 +00:00
ctypes.h Remove cyclic reference in CFuncPtr instances; see issue #2682. 2008-04-24 18:14:19 +00:00
ctypes_dlfcn.h Add pep-291 compatibility markers. 2006-06-12 20:56:48 +00:00
malloc_closure.c Add pep-291 compatibility markers. 2006-06-12 20:56:48 +00:00
stgdict.c Add pickle support to ctypes types. 2008-02-13 20:21:53 +00:00