cpython/Modules/_ctypes
Thomas Heller d5bb9215c9 Revert revisions 63943 and 63942 (Issue #1798: Add ctypes calling
convention that allows safe access to errno)

This code does not yet work on OS X (__thread storage specifier not
available), so i needs a configure check plus a more portable
solution.
2008-06-04 20:22:05 +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 misspelled sys.platform name and misspelled filename. 2008-06-02 18:41:30 +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
libffi_osx Merged changes from libffi3-branch. 2008-03-04 20:09:11 +00:00
_ctypes.c Revert revisions 63943 and 63942 (Issue #1798: Add ctypes calling 2008-06-04 20:22:05 +00:00
_ctypes_test.c Issue 1872: Changed the struct module typecode from 't' to '?', for 2008-03-05 15:34:29 +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 Revert revisions 63943 and 63942 (Issue #1798: Add ctypes calling 2008-06-04 20:22:05 +00:00
callproc.c Revert revisions 63943 and 63942 (Issue #1798: Add ctypes calling 2008-06-04 20:22:05 +00:00
cfield.c Renamed PyString to PyBytes 2008-05-26 12:51:38 +00:00
ctypes.h Revert revisions 63943 and 63942 (Issue #1798: Add ctypes calling 2008-06-04 20:22:05 +00:00
ctypes_dlfcn.h Add pep-291 compatibility markers. 2006-06-12 20:56:48 +00:00
malloc_closure.c Patch #1722225: Support QNX 6. 2008-05-23 15:06:50 +00:00
stgdict.c Add pickle support to ctypes types. 2008-02-13 20:21:53 +00:00