cpython/Modules/_ctypes
Thomas Heller 1ad576c267 Do not truncate 64-bit pointers to 32-bit integers.
Fixes SF #1703286, will backport to release25-maint.
2007-05-04 19:54:22 +00:00
..
darwin Copy ctypes-0.9.9.4 sources from external into the trunk. 2006-03-08 19:35:11 +00:00
libffi Patch #1649190: Adding support for _Bool to ctypes as c_bool, by David Remahl. 2007-03-13 20:42:52 +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 Prevent creation (followed by a segfault) of array types when the size 2007-03-23 19:55:27 +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 Don't truncate pointers to integers (on win64 platform). 2007-05-03 12:05:20 +00:00
callproc.c Do not truncate 64-bit pointers to 32-bit integers. 2007-05-04 19:54:22 +00:00
cfield.c When accessing the .value attribute of a c_wchar_p instance, and the 2007-04-30 16:04:57 +00:00
ctypes.h Do not truncate 64-bit pointers to 32-bit integers. 2007-05-04 19:54:22 +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 Make sure to call PyErr_NoMemory() in several places where 2007-04-30 15:44:17 +00:00