cpython/Modules/_ctypes
Thomas Heller 0d5d222959 Release the GIL during COM method calls, to avoid deadlocks in
Python coded COM objects.
2006-06-11 17:04:22 +00:00
..
darwin Copy ctypes-0.9.9.4 sources from external into the trunk. 2006-03-08 19:35:11 +00:00
libffi Upgrade to ctypes version 0.9.9.7. 2006-06-10 19:51:46 +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 Upgrade to ctypes version 0.9.9.7. 2006-06-10 19:51:46 +00:00
_ctypes.c Fix the second occurrence of the problematic printf format. 2006-06-10 21:17:58 +00:00
_ctypes_test.c Clean up. 2006-05-05 19:14:24 +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 Use the same big-endian hack as in _ctypes/callproc.c for callback functions. 2006-06-06 19:25:13 +00:00
callproc.c Release the GIL during COM method calls, to avoid deadlocks in 2006-06-11 17:04:22 +00:00
cfield.c Damn - the sentinel was missing. And fix another silly mistake. 2006-06-06 11:54:32 +00:00
ctypes.h Upgrade to ctypes version 0.9.9.7. 2006-06-10 19:51:46 +00:00
ctypes_dlfcn.h Copy ctypes-0.9.9.4 sources from external into the trunk. 2006-03-08 19:35:11 +00:00
malloc_closure.c Copy ctypes-0.9.9.4 sources from external into the trunk. 2006-03-08 19:35:11 +00:00
stgdict.c Don't use C++ comment. 2006-06-10 21:56:03 +00:00