cpython/Modules/_ctypes
Victor Stinner beb4135b8c PyUnicode_AsWideCharString() takes a PyObject*, not a PyUnicodeObject*
All unicode functions uses PyObject* except PyUnicode_AsWideChar(). Fix the
prototype for the new function PyUnicode_AsWideCharString().
2010-10-07 01:02:42 +00:00
..
darwin
libffi
libffi_arm_wince
libffi_msvc
libffi_osx
_ctypes.c Fixed refcount bug. I placed Py_INCREF in create_comerror() for compatibility 2010-09-12 16:06:18 +00:00
_ctypes_test.c
_ctypes_test.h
callbacks.c
callproc.c PyUnicode_AsWideCharString() takes a PyObject*, not a PyUnicodeObject* 2010-10-07 01:02:42 +00:00
cfield.c PyUnicode_AsWideCharString() takes a PyObject*, not a PyUnicodeObject* 2010-10-07 01:02:42 +00:00
ctypes.h
ctypes_dlfcn.h
libffi.diff
malloc_closure.c
stgdict.c