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-19 10:54:30 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
c620bada3a0675cce140ddeb970db5cf7bf79398
cpython
/
Modules
/
_ctypes
T
History
Thomas Heller
9b83fc67ea
Clean up.
2006-05-05 19:14:24 +00:00
..
darwin
…
libffi
Fix build on MIPS for libffi. I haven't tested this yet because I
2006-04-26 19:20:26 +00:00
libffi_arm_wince
…
libffi_msvc
Merge in changes from ctypes 0.9.9.6 upstream version.
2006-04-21 16:48:56 +00:00
_ctypes_test.c
Clean up.
2006-05-05 19:14:24 +00:00
_ctypes_test.h
…
_ctypes.c
Merge in changes from ctypes 0.9.9.6 upstream version.
2006-04-21 16:48:56 +00:00
callbacks.c
C++ compiler cleanup: the typical few casts, and ... C++ didn't like that
2006-04-18 19:45:17 +00:00
callproc.c
Rename remaining StgDictObject's ffi_type fields to ffi_type_pointer.
2006-04-18 20:09:27 +00:00
cfield.c
Explicitely use 'signed char', to avoid problems on platforms with unsigned char type.
2006-04-05 19:51:19 +00:00
ctypes_dlfcn.h
…
ctypes.h
C++ compiler cleanup: the typical few casts, and ... C++ didn't like that
2006-04-18 19:45:17 +00:00
malloc_closure.c
…
stgdict.c
C++ compiler cleanup: the typical few casts, and ... C++ didn't like that
2006-04-18 19:45:17 +00:00