cpython/Modules/_ctypes
2006-04-05 19:51:19 +00:00
..
darwin
libffi Try to fix the build on Mac OS X 10.3. The 'live_support' segment 2006-04-03 20:12:41 +00:00
libffi_arm_wince
libffi_msvc
_ctypes.c Fix some int/Py_ssize_t issues which led to compiler warnings 2006-03-22 13:21:16 +00:00
_ctypes_test.c Fix compiler warning. 2006-03-18 12:52:54 +00:00
_ctypes_test.h
callbacks.c Include <malloc.h> on windows, to avoid warnings when compiling with mingw. 2006-03-22 12:59:53 +00:00
callproc.c Include <malloc.h> on windows, to avoid warnings when compiling with mingw. 2006-03-22 12:59:53 +00:00
cfield.c Explicitely use 'signed char', to avoid problems on platforms with unsigned char type. 2006-04-05 19:51:19 +00:00
ctypes.h Include <malloc.h> on windows, to avoid warnings when compiling with mingw. 2006-03-22 12:59:53 +00:00
ctypes_dlfcn.h
malloc_closure.c
stgdict.c