cpython/Modules/_ctypes
Brett Cannon b94767ff44 Issue #8914: fix various warnings from the Clang static analyzer v254. 2011-02-22 20:15:44 +00:00
..
darwin Recorded merge of revisions 81029 via svnmerge from 2010-05-09 15:52:27 +00:00
libffi Fix issue5504: ctypes does now work with systems where mmap can't be 2010-08-08 17:58:53 +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 Issue #8275: Fix passing of callback arguments with ctypes under Win64. 2011-01-31 21:08:57 +00:00
libffi_osx Fix for issue9662, patch by Łukasz Langa in issue5504. 2010-09-05 18:25:59 +00:00
_ctypes.c Issue #9566: use Py_ssize_t instead of int 2011-01-04 12:59:15 +00:00
_ctypes_test.c Issue #8275: Fix passing of callback arguments with ctypes under Win64. 2011-01-31 21:08:57 +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 Fix for issue9662, patch by Łukasz Langa in issue5504. 2010-09-05 18:25:59 +00:00
callproc.c PyUnicode_AsWideCharString() takes a PyObject*, not a PyUnicodeObject* 2010-10-07 01:02:42 +00:00
cfield.c Issue #8914: fix various warnings from the Clang static analyzer v254. 2011-02-22 20:15:44 +00:00
ctypes.h Fix issue5504: ctypes does now work with systems where mmap can't be 2010-08-08 17:58:53 +00:00
ctypes_dlfcn.h Merged revisions 46753-51188 via svnmerge from 2006-08-11 14:57:12 +00:00
libffi.diff Merged revisions 79101 via svnmerge from 2010-03-19 19:02:09 +00:00
malloc_closure.c Fix for issue9662, patch by Łukasz Langa in issue5504. 2010-09-05 18:25:59 +00:00
stgdict.c Recorded merge of revisions 81029 via svnmerge from 2010-05-09 15:52:27 +00:00