cpython/Modules/_ctypes
Thomas Heller f3bb28395f Issue #2682: ctypes callback functions no longer contain a cyclic
reference to themselves.

Backport from trunk.
2008-04-25 19:55:19 +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 libffi configure for hppa*-*-linux* | parisc*-*-linux*. 2007-09-04 23:47:16 +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 Issue #2682: ctypes callback functions no longer contain a cyclic 2008-04-25 19:55:19 +00:00
_ctypes_test.c Merged revisions 53466 via svnmerge from 2007-01-17 09:53:03 +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 Issue #2682: ctypes callback functions no longer contain a cyclic 2008-04-25 19:55:19 +00:00
callproc.c Merged revisions 55896 via svnmerge from 2007-06-15 17:10:41 +00:00
cfield.c Invert the checks in get_[u]long and get_[u]longlong. The intent was 2008-01-24 13:08:54 +00:00
ctypes.h Issue #2682: ctypes callback functions no longer contain a cyclic 2008-04-25 19:55:19 +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 PyType_stgdict() returns a borrowed reference which must not be 2007-07-13 19:52:41 +00:00