cpython/Modules/_ctypes
Thomas Heller 2456a3c02a Bug #1651235: When a tuple was passed to a ctypes function call,
Python would crash instead of raising an error.

The crash was caused by a section of code that should have been
removed long ago, at that time ctypes had other ways to pass
parameters to function calls.
2007-03-09 20:39: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 Fix #1563807: _ctypes built on AIX fails with ld ffi error. 2006-11-28 20:21:54 +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 for 64-bit Windows: In ctypes.wintypes, correct the definitions 2007-01-11 21:18:56 +00:00
_ctypes.c Bug #1651235: When a tuple was passed to a ctypes function call, 2007-03-09 20:39:22 +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 ctypes callback functions only support 'fundamental' result types. 2006-10-17 19:30:48 +00:00
callproc.c Fix various minor errors in passing arguments to 2006-10-19 11:00:37 +00:00
cfield.c Fix for #1643874: When calling SysAllocString, create a PyCObject 2007-01-25 18:34:14 +00:00
ctypes.h Apply the patch #1532975 plus ideas from the patch #1533481. 2006-08-14 11:17: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 Fix bug #1598620: A ctypes structure cannot contain itself. 2006-11-24 18:45:39 +00:00