cpython/Modules/_ctypes
Neal Norwitz ed0a593a10 Get ctypes working on the Alpha (Tru64). The problem was that there
were two module_methods and the one used depended on the order the
modules were loaded.  By making the test module_methods static,
it is not exported and the correct version is picked up.
2008-02-24 07:21:56 +00:00
..
darwin
libffi configure.ac: Remove the configure check for _Bool, it is already done in the 2008-02-21 18:28:48 +00:00
libffi_arm_wince
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 Add pickle support to ctypes types. 2008-02-13 20:21:53 +00:00
_ctypes_test.c Get ctypes working on the Alpha (Tru64). The problem was that there 2008-02-24 07:21:56 +00:00
_ctypes_test.h
callbacks.c static PyObject* variables should use PyString_InternFromString() instead of PyObject_FromString() to store a python string in a function level static var. 2008-01-28 02:07:53 +00:00
callproc.c Add pickle support to ctypes types. 2008-02-13 20:21:53 +00:00
cfield.c Invert the checks in get_[u]long and get_[u]longlong. The intent was 2008-01-24 19:15:02 +00:00
ctypes.h Add pickle support to ctypes types. 2008-02-13 20:21:53 +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 Add pickle support to ctypes types. 2008-02-13 20:21:53 +00:00