cpython/Modules/_ctypes
Amaury Forgeot d'Arc 7cdf5f5c31 ?Why did my tests not notice this before?
Slots inheritance is very different from OO inheritance.
This code lead to infinite recursion on classes derived from StructType.
2008-01-14 01:07:27 +00:00
..
darwin Copy ctypes-0.9.9.4 sources from external into the trunk. 2006-03-08 19:35:11 +00:00
libffi Fixed a warning in _codecs_iso2022.c and some non C89 conform // comments. 2007-12-14 03:02:34 +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 ?Why did my tests not notice this before? 2008-01-14 01:07:27 +00:00
_ctypes_test.c Add a 'c_longdouble' type to the ctypes module. 2007-09-07 06:32:17 +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 Use relative instead of absolute filenames in the C-level tracebacks. 2008-01-08 15:15:09 +00:00
callproc.c Use relative instead of absolute filenames in the C-level tracebacks. 2008-01-08 15:15:09 +00:00
cfield.c Issue #1642: Fix segfault in ctypes when trying to delete attributes. 2007-12-18 19:00:34 +00:00
ctypes.h Add a 'c_longdouble' type to the ctypes module. 2007-09-07 06:32:17 +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 As discussed in issue 1700288: 2008-01-14 00:22:44 +00:00