cpython/Modules/_ctypes
Thomas Heller 1421b00162 Repair COMError. Since exceptions are new style classes now, setting
the methods and docstring after the type creation does not work, they
must be in the dictionary before creating the type.
2007-07-13 13:59:39 +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 warnings by using proper function prototype. 2007-06-08 19:14: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 On 64-bit Windows, ffi_arg must be 8 bytes long. This fixes the 2007-05-04 08:20:41 +00:00
_ctypes.c Repair COMError. Since exceptions are new style classes now, setting 2007-07-13 13:59:39 +00:00
_ctypes_test.c Replace C++ comments with C comments. 2007-01-17 09:40:34 +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 [ 1715718 ] x64 clean compile patch for _ctypes, by Kristj?n Valur 2007-06-08 18:20:09 +00:00
callproc.c Use "O&" in calls to PyArg_Parse when we need a 'void*' instead of "k" 2007-06-11 15:58:33 +00:00
cfield.c Fix gcc warnings intruduced by passing Py_ssize_t to PyErr_Format calls. 2007-06-08 19:01:06 +00:00
ctypes.h Use "O&" in calls to PyArg_Parse when we need a 'void*' instead of "k" 2007-06-11 15:58:33 +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 Fix gcc warnings intruduced by passing Py_ssize_t to PyErr_Format calls. 2007-06-08 19:01:06 +00:00