cpython/Modules/_ctypes
Thomas Heller 5becdbee96 Patch #1517790: It is now possible to use custom objects in the ctypes
foreign function argtypes sequence as long as they provide a
from_param method, no longer is it required that the object is a
ctypes type.
2006-07-06 08:48:35 +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 Patch #1517790: It is now possible to use custom objects in the ctypes 2006-07-06 08:48:35 +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 Protect the thread api calls in the _ctypes extension module within 2006-06-29 18:34:15 +00:00
callproc.c Revert the change done in svn revision 47206: 2006-07-06 07:50:18 +00:00
cfield.c Fix the bitfield test when _ctypes is compiled with MingW. Structures 2006-07-05 09:13:56 +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