cpython/Modules/_ctypes
Serhiy Storchaka a07a8b4f18 Issue #6083: Fix multiple segmentation faults occured when PyArg_ParseTuple
parses nested mutating sequence.
2013-02-04 12:45:46 +02:00
..
darwin Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
libffi Issue #11729: Backport commit bff052d9 from libffi upstream in order to fix 2013-01-27 18:00:24 +01: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 Merged revisions 88284 via svnmerge from 2011-01-31 21:47:45 +00:00
libffi_osx Fix issue 13370: Ensure that ctypes works on Mac OS X when Python is compiled using the clang compiler 2012-08-25 11:18:48 +02:00
_ctypes.c Issue #6083: Fix multiple segmentation faults occured when PyArg_ParseTuple 2013-02-04 12:45:46 +02:00
_ctypes_test.c Merged revisions 88284 via svnmerge from 2011-01-31 21:47:45 +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 #12483: ctypes: Fix a crash when the destruction of a callback 2011-09-12 20:12:09 +02:00
callproc.c ctypes: DECREF error_object _after_ re-acquiring GIL 2012-12-21 10:32:57 +00:00
cfield.c Issue #6493: Fix handling of c_uint32 bitfields with width of 32 on Windows. 2012-07-18 23:51:05 -05:00
ctypes.h Issue #16628: Fix a memory leak in ctypes.resize(). 2012-12-08 11:05:50 +01:00
ctypes_dlfcn.h Add pep-291 compatibility markers. 2006-06-12 20:56:48 +00:00
libffi.diff update libffi to commit 59a259f4d348f593b45f452309f4d020a28051c4 from the 2010-03-19 18:59:20 +00:00
malloc_closure.c Merged revisions 84535 via svnmerge from 2010-09-16 11:35:07 +00:00
stgdict.c Issue #15989: Fix several occurrences of integer overflow 2013-01-19 12:55:39 +02:00