cpython/Modules/_ctypes
Serhiy Storchaka 46e1ce214b Issue #18783: Removed existing mentions of Python long type in docstrings,
error messages and comments.
2013-08-27 20:17:03 +03:00
..
darwin
libffi Issue #18178: Fix ctypes on BSD. dlmalloc.c was compiled twice which broke malloc weak symbols. 2013-08-17 15:02:05 +02:00
libffi_arm_wince
libffi_msvc
libffi_osx merge 2013-08-04 12:43:59 -07:00
_ctypes.c Issue #18701: Remove support of old CPython versions (<3.0) from C code. 2013-08-17 00:48:02 +03:00
_ctypes_test.c
_ctypes_test.h
callbacks.c Issue #18609, #18408: _ctypes_add_traceback() now clears the current exception 2013-08-02 00:47:47 +02:00
callproc.c Issue #18783: Removed existing mentions of Python long type in docstrings, 2013-08-27 20:17:03 +03:00
cfield.c Issue #18556: Check the return value for PyUnicode_AsWideChar() in 2013-07-25 17:34:00 -04:00
ctypes.h
ctypes_dlfcn.h
libffi.diff fix libffi build on AIX (closes #18248) 2013-06-19 09:01:42 -07:00
malloc_closure.c
stgdict.c