cpython/Modules/_ctypes
Victor Stinner 9d3b93ba30 Use the new Unicode API
* Replace PyUnicode_FromUnicode(NULL, 0) by PyUnicode_New(0, 0)
 * Replce PyUnicode_FromUnicode(str, len) by PyUnicode_FromWideChar(str, len)
 * Replace Py_UNICODE by wchar_t
 * posix_putenv() uses PyUnicode_FromFormat() to create the string, instead
   of PyUnicode_FromUnicode() + _snwprintf()
2011-11-22 02:27:30 +01:00
..
darwin
libffi
libffi_arm_wince
libffi_msvc
libffi_osx
_ctypes.c Use the new Unicode API 2011-11-22 02:27:30 +01:00
_ctypes_test.c
_ctypes_test.h
callbacks.c Issue #12483: ctypes: Fix a crash when the destruction of a callback 2011-09-12 21:03:36 +02:00
callproc.c Rename _Py_identifier to _Py_IDENTIFIER. 2011-10-14 10:20:37 +02:00
cfield.c ctypes check for PyUnicode_GET_SIZE() failure 2011-11-21 02:11:26 +01:00
ctypes.h
ctypes_dlfcn.h
libffi.diff
malloc_closure.c
stgdict.c Issue #12881: ctypes: Fix segfault with large structure field names. 2011-10-03 21:48:30 -05:00