cpython/Modules/_ctypes
Thomas Heller 2244af596a The cast function did not accept c_char_p or c_wchar_p instances
as first argument, and failed with a 'bad argument to internal function'
error message.
2006-09-07 19:09:54 +00:00
..
darwin
libffi Patch #1536908: Add support for AMD64 / OpenBSD. 2006-08-14 16:17:41 +00:00
libffi_arm_wince
libffi_msvc Add missing file for _ctypes.pyd port to win64 on AMD64. 2006-08-25 07:34:51 +00:00
_ctypes.c The cast function did not accept c_char_p or c_wchar_p instances 2006-09-07 19:09:54 +00:00
_ctypes_test.c Port _ctypes.pyd to win64 on AMD64. 2006-08-25 07:27:33 +00:00
_ctypes_test.h
callbacks.c Port _ctypes.pyd to win64 on AMD64. 2006-08-25 07:27:33 +00:00
callproc.c Port _ctypes.pyd to win64 on AMD64. 2006-08-25 07:27:33 +00:00
cfield.c Port _ctypes.pyd to win64 on AMD64. 2006-08-25 07:27:33 +00:00
ctypes.h Apply the patch #1532975 plus ideas from the patch #1533481. 2006-08-14 11:17: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 Anonymous structure fields that have a bit-width specified did not work, 2006-09-07 18:56:28 +00:00