This website requires JavaScript.
Explore
Help
Register
Sign In
PublicArchive
/
cpython
Watch
2
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-05-20 19:33:12 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
4fbb080bc16de9f37a84d517e84bae5dbe12fc8e
cpython
/
Modules
/
_ctypes
T
History
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
…
libffi
Upgrade to ctypes version 0.9.9.7.
2006-06-10 19:51:46 +00:00
libffi_arm_wince
…
libffi_msvc
Upgrade to ctypes version 0.9.9.7.
2006-06-10 19:51:46 +00:00
_ctypes_test.c
Clean up.
2006-05-05 19:14:24 +00:00
_ctypes_test.h
…
_ctypes.c
Fix the second occurrence of the problematic printf format.
2006-06-10 21:17:58 +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_dlfcn.h
…
ctypes.h
Upgrade to ctypes version 0.9.9.7.
2006-06-10 19:51:46 +00:00
malloc_closure.c
…
stgdict.c
Don't use C++ comment.
2006-06-10 21:56:03 +00:00