cpython/Modules/_ctypes
Thomas Heller b4dc2ef5da A misspelled preprocessor symbol caused ctypes to be always compiled
without thread support.  Replaced WITH_THREADS with WITH_THREAD.
2006-07-13 09: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 Sync the darwin/x86 port libffi with the copy in PyObjC. This fixes a number 2006-07-04 12:30:22 +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 Fixes so that _ctypes can be compiled with the MingW compiler. 2006-07-03 08:04:05 +00:00
_ctypes.c A misspelled preprocessor symbol caused ctypes to be always compiled 2006-07-13 09:53:47 +00:00
_ctypes_test.c Add pep-291 compatibility markers. 2006-06-12 20:56:48 +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 A misspelled preprocessor symbol caused ctypes to be always compiled 2006-07-13 09:53:47 +00:00
callproc.c A misspelled preprocessor symbol caused ctypes to be always compiled 2006-07-13 09:53:47 +00:00
cfield.c Fix bug #1518190: accept any integer or long value in the 2006-07-10 09:10:28 +00:00
ctypes.h Add pep-291 compatibility markers. 2006-06-12 20:56:48 +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 pep-291 compatibility markers. 2006-06-12 20:56:48 +00:00