cpython/Modules/_ctypes
Thomas Heller 11c58c4c8d Merged revisions 55129-55131 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk/Lib/ctypes

........
  r55129 | thomas.heller | 2007-05-04 21:54:22 +0200 (Fr, 04 Mai 2007) | 3 lines

  Do not truncate 64-bit pointers to 32-bit integers.

  Fixes SF #1703286, will backport to release25-maint.
........
  r55131 | thomas.heller | 2007-05-04 21:56:32 +0200 (Fr, 04 Mai 2007) | 1 line

  Oops, these tests do not run on Windows CE.
........
2007-06-08 19:39:31 +00:00
..
darwin
libffi Fix #1563807: _ctypes built on AIX fails with ld ffi error. 2006-11-28 20:43:11 +00:00
libffi_arm_wince
libffi_msvc Fixes so that _ctypes can be compiled with the MingW compiler. 2006-07-03 08:04:05 +00:00
_ctypes.c Prevent creation (followed by a segfault) of array types when the size 2007-03-23 19:56:45 +00:00
_ctypes_test.c Merged revisions 53466 via svnmerge from 2007-01-17 09:53:03 +00:00
_ctypes_test.h
callbacks.c ctypes callback functions only support 'fundamental' result types. 2006-10-17 19:41:10 +00:00
callproc.c Merged revisions 55129-55131 via svnmerge from 2007-06-08 19:39:31 +00:00
cfield.c Merged revisions 55027 via svnmerge from 2007-05-02 19:41:16 +00:00
ctypes.h Merged revisions 55129-55131 via svnmerge from 2007-06-08 19:39:31 +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 Merged revisions 55025 via svnmerge from 2007-04-30 15:58:51 +00:00